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

Public Attributes

sigset_t set
 
siginfo_t info
 
volatile int tid
 
volatile int done
 
int result
 

Detailed Description

Definition at line 112 of file timers.c.

Member Data Documentation

◆ done

volatile int target_wait::done

Definition at line 115 of file timers.c.

◆ info

siginfo_t target_wait::info

Definition at line 114 of file timers.c.

◆ result

int target_wait::result

Definition at line 116 of file timers.c.

◆ set

sigset_t target_wait::set

Definition at line 113 of file timers.c.

◆ tid

volatile int target_wait::tid

Definition at line 115 of file timers.c.


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