MOS Source Code
|
#include <wait.h>
Public Attributes | |
bool | closed |
spinlock_t | lock |
list_head | list |
bool closed |
Definition at line 22 of file wait.h.
Referenced by ipc_dump_name_waitlist(), ipc_server_close(), waitlist_append(), and waitlist_close().
spinlock_t lock |
Definition at line 23 of file wait.h.
Referenced by console_putc(), ipc_dump_name_waitlist(), ipc_server_close(), waitlist_append(), waitlist_close(), waitlist_remove_me(), and waitlist_wake().
list_head list |
Definition at line 24 of file wait.h.
Referenced by console_putc(), ipc_connect_to_server(), ipc_dump_name_waitlist(), ipc_server_close(), waitlist_append(), waitlist_init(), waitlist_remove_me(), and waitlist_wake().