IBNOS
Public Attributes | List of all members
semaphore Struct Reference

#include <semaphore.h>

Collaboration diagram for semaphore:
Collaboration graph
[legend]

Public Attributes

struct object obj
 
struct linkedList waiters
 
uint32_t value
 

Detailed Description

Definition at line 41 of file semaphore.h.

Member Data Documentation

◆ obj

struct object semaphore::obj

Definition at line 43 of file semaphore.h.

◆ value

uint32_t semaphore::value

Definition at line 47 of file semaphore.h.

◆ waiters

struct linkedList semaphore::waiters

Definition at line 44 of file semaphore.h.


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