UbixOS
2.0
|
#include <vitals.h>
Data Fields | |
uint32_t | dQuantum |
struct fileSystem * | fileSystems |
void * | font |
uint32_t | freePages |
uint32_t | lastFD |
struct vfs_mountPoint * | mountPoints |
uint32_t | openFiles |
char * | packet |
uint32_t | packetLength |
uint32_t | quantum |
void * | screen |
uint32_t | sysTicks |
uint32_t | sysUptime |
uint32_t | timeStart |
uint32_t vitalsStruct::dQuantum |
Definition at line 40 of file vitals.h.
Referenced by vitals_init().
struct fileSystem* vitalsStruct::fileSystems |
Definition at line 44 of file vitals.h.
Referenced by vfs_init(), and vfsFindFS().
void* vitalsStruct::font |
Definition at line 48 of file vitals.h.
Referenced by ogPrintf(), and sdeThread().
struct vfs_mountPoint* vitalsStruct::mountPoints |
Definition at line 45 of file vitals.h.
Referenced by vfs_addMount(), and vfs_findMount().
uint32_t vitalsStruct::quantum |
Definition at line 39 of file vitals.h.
Referenced by vitals_init().
void* vitalsStruct::screen |
Definition at line 47 of file vitals.h.
Referenced by ogPrintf(), sdeTestThread(), sdeTestThreadOld(), sdeThread(), and sysSDE().
uint32_t vitalsStruct::sysTicks |
Definition at line 37 of file vitals.h.
Referenced by sysGetUptime().
uint32_t vitalsStruct::sysUptime |
Definition at line 38 of file vitals.h.
Referenced by gettimeofday(), sysGetTime(), systemTask(), and ubthread_cond_timedwait().
uint32_t vitalsStruct::timeStart |
Definition at line 46 of file vitals.h.
Referenced by gettimeofday(), and sysGetTime().