UbixOS
2.0
|
#include <sys_arch.h>
Data Fields | |
char | name [128] |
struct sys_thread * | next |
struct sys_timeouts | timeouts |
kTask_t * | ubthread |
Definition at line 43 of file sys_arch.h.
char sys_thread::name[128] |
Definition at line 47 of file sys_arch.h.
struct sys_thread* sys_thread::next |
Definition at line 44 of file sys_arch.h.
struct sys_timeouts sys_thread::timeouts |
Definition at line 45 of file sys_arch.h.
kTask_t* sys_thread::ubthread |
Definition at line 46 of file sys_arch.h.