The Pedigree Project 0.1
Public Attributes | List of all members
condition_waiter Struct Reference
+ Collaboration diagram for condition_waiter:

Public Attributes

pthread_mutex_t mutex
 
pthread_cond_t condition
 
atomic_uint ready
 
pid_t tid
 
int released
 
int destination
 
int cleanup_ok
 

Detailed Description

Definition at line 9 of file wakeups.c.

Member Data Documentation

◆ cleanup_ok

int condition_waiter::cleanup_ok

Definition at line 14 of file wakeups.c.

◆ condition

pthread_cond_t condition_waiter::condition

Definition at line 11 of file wakeups.c.

◆ destination

int condition_waiter::destination

Definition at line 14 of file wakeups.c.

◆ mutex

pthread_mutex_t condition_waiter::mutex

Definition at line 10 of file wakeups.c.

◆ ready

atomic_uint condition_waiter::ready

Definition at line 12 of file wakeups.c.

◆ released

int condition_waiter::released

Definition at line 14 of file wakeups.c.

◆ tid

pid_t condition_waiter::tid

Definition at line 13 of file wakeups.c.


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