MOS Source Code
Loading...
Searching...
No Matches
waitlist_t Struct Reference

#include <wait.hpp>

+ Inheritance diagram for waitlist_t:
+ Collaboration diagram for waitlist_t:

Public Member Functions

 waitlist_t ()
 

Public Attributes

bool closed = false
 
spinlock_t lock = SPINLOCK_INIT
 
list_head list
 

Additional Inherited Members

- Static Public Attributes inherited from NamedType<"Waitlist">
static constexpr mos::string_view type_name
 

Detailed Description

Definition at line 19 of file wait.hpp.

Constructor & Destructor Documentation

◆ waitlist_t()

Definition at line 95 of file wait.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ closed

bool closed = false

Definition at line 21 of file wait.hpp.

Referenced by ipc_dump_name_waitlist(), ipc_server_close(), waitlist_append(), and waitlist_close().

◆ lock

◆ list


The documentation for this struct was generated from the following files: