MOS Source Code
Loading...
Searching...
No Matches
futex_private_t Struct Reference
+ Inheritance diagram for futex_private_t:
+ Collaboration diagram for futex_private_t:

Public Attributes

 as_linked_list
 
futex_key_t key
 
waitlist_t waiters
 

Additional Inherited Members

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

Detailed Description

Definition at line 19 of file futex.cpp.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 21 of file futex.cpp.

◆ key

Definition at line 22 of file futex.cpp.

Referenced by futex_wait().

◆ waiters

waitlist_t waiters

Definition at line 23 of file futex.cpp.

Referenced by futex_wait(), and futex_wake().


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