|
PatchworkOS
|
Wait queue structure. More...
#include <wait.h>
Data Fields | |
| lock_t | lock |
| list_t | entries |
| List of wait entries for threads waiting on this queue. | |
| list_t wait_queue_t::entries |
List of wait entries for threads waiting on this queue.
Definition at line 168 of file wait.h.
Referenced by wait_block_setup(), wait_queue_deinit(), wait_queue_init(), wait_remove_wait_entries(), and wait_unblock().
| lock_t wait_queue_t::lock |
Definition at line 167 of file wait.h.
Referenced by wait_queue_deinit(), wait_queue_init(), wait_remove_wait_entries(), and wait_unblock().