IBNOS
Public Attributes | List of all members
event Struct Reference

#include <event.h>

Collaboration diagram for event:
Collaboration graph
[legend]

Public Attributes

struct object obj
 
struct linkedList waiters
 
struct linkedList subEvents
 
uint32_t status
 
bool wakeupAll
 

Detailed Description

Definition at line 41 of file event.h.

Member Data Documentation

◆ obj

struct object event::obj

Definition at line 43 of file event.h.

◆ status

uint32_t event::status

Definition at line 47 of file event.h.

◆ subEvents

struct linkedList event::subEvents

Definition at line 46 of file event.h.

◆ waiters

struct linkedList event::waiters

Definition at line 44 of file event.h.

◆ wakeupAll

bool event::wakeupAll

Definition at line 49 of file event.h.


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