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

Public Attributes

 as_linked_list
 
futex_key_t key
 
waitlist_t waiters
 

Detailed Description

Definition at line 18 of file futex.c.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 20 of file futex.c.

◆ key

Definition at line 21 of file futex.c.

Referenced by futex_wait().

◆ waiters

waitlist_t waiters

Definition at line 22 of file futex.c.

Referenced by futex_wait(), and futex_wake().


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