|
UbixOS V2
2.0
|
#include <ubthread.h>

Data Fields | |
| int | id |
| bool | lock |
| pidType | pid |
Definition at line 52 of file ubthread.h.
| int ubthread_mutex::id |
Definition at line 53 of file ubthread.h.
Referenced by ubthread_mutex_init().
| bool ubthread_mutex::lock |
Definition at line 54 of file ubthread.h.
Referenced by ubthread_mutex_init(), ubthread_mutex_lock(), and ubthread_mutex_unlock().
| pidType ubthread_mutex::pid |
Definition at line 55 of file ubthread.h.
Referenced by ubthread_mutex_lock(), and ubthread_mutex_unlock().