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

Public Attributes

atomic_uint ready
 
atomic_uint handled
 
pid_t tid
 
int fd
 
int mode
 
int destination
 
unsigned handler_cpu
 
int handler_ok
 

Detailed Description

Definition at line 76 of file wakeups.c.

Member Data Documentation

◆ destination

int io_waiter::destination

Definition at line 79 of file wakeups.c.

◆ fd

int io_waiter::fd

Definition at line 79 of file wakeups.c.

◆ handled

atomic_uint io_waiter::handled

Definition at line 77 of file wakeups.c.

◆ handler_cpu

unsigned io_waiter::handler_cpu

Definition at line 80 of file wakeups.c.

◆ handler_ok

int io_waiter::handler_ok

Definition at line 81 of file wakeups.c.

◆ mode

int io_waiter::mode

Definition at line 79 of file wakeups.c.

◆ ready

atomic_uint io_waiter::ready

Definition at line 77 of file wakeups.c.

◆ tid

pid_t io_waiter::tid

Definition at line 78 of file wakeups.c.


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