UbixOS
2.0
|
#include <ubthread.h>
Data Fields | |
ubthread_mutex_t * | mutex |
struct ubthread_mutex_list * | next |
Definition at line 68 of file ubthread.h.
ubthread_mutex_t* ubthread_mutex_list::mutex |
Definition at line 70 of file ubthread.h.
Referenced by sys_mutex_free(), sys_mutex_lock(), sys_mutex_new(), and sys_mutex_unlock().
struct ubthread_mutex_list* ubthread_mutex_list::next |
Definition at line 69 of file ubthread.h.