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

The entry in the waiters list of a process, or a thread. More...

#include <wait.hpp>

+ Inheritance diagram for waitable_list_entry_t:
+ Collaboration diagram for waitable_list_entry_t:

Public Attributes

 as_linked_list
 
tid_t waiter
 

Additional Inherited Members

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

Detailed Description

The entry in the waiters list of a process, or a thread.

Definition at line 13 of file wait.hpp.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 15 of file wait.hpp.

◆ waiter

tid_t waiter

Definition at line 16 of file wait.hpp.

Referenced by waitlist_append(), and waitlist_wake().


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