![]() |
MOS Source Code
|
#include <wait.hpp>
Public Member Functions | |
waitlist_t () | |
Public Attributes | |
bool | closed = false |
spinlock_t | lock = SPINLOCK_INIT |
list_head | list |
Additional Inherited Members | |
![]() | |
static constexpr mos::string_view | type_name |
waitlist_t | ( | ) |
Definition at line 21 of file wait.hpp.
Referenced by ipc_dump_name_waitlist(), ipc_server_close(), waitlist_append(), and waitlist_close().
spinlock_t lock = SPINLOCK_INIT |
Definition at line 22 of file wait.hpp.
Referenced by ipc_dump_name_waitlist(), ipc_server_close(), waitlist_append(), waitlist_close(), waitlist_remove_me(), and waitlist_wake().
list_head list |
Definition at line 23 of file wait.hpp.
Referenced by ipc_dump_name_waitlist(), ipc_server_close(), waitlist_append(), waitlist_init(), waitlist_remove_me(), and waitlist_wake().