UbixOS
2.0
|
#include <ubthread.h>
Data Fields | |
int | id |
bool | lock |
Definition at line 47 of file ubthread.h.
int ubthread_cond::id |
Definition at line 48 of file ubthread.h.
Referenced by ubthread_cond_init().
bool ubthread_cond::lock |
Definition at line 49 of file ubthread.h.
Referenced by ubthread_cond_init(), ubthread_cond_timedwait(), and ubthread_cond_wait().