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.h>

Public Attributes

 as_linked_list
 
tid_t waiter
 

Detailed Description

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

Definition at line 14 of file wait.h.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 16 of file wait.h.

◆ waiter

tid_t waiter

Definition at line 17 of file wait.h.

Referenced by waitlist_append(), and waitlist_wake().


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