KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
semaphore Struct Reference

Semaphore type. More...

#include <kos/sem.h>

Data Fields

int initialized
 Are we initialized? More...
 
int count
 The semaphore count. More...
 

Detailed Description

Semaphore type.

This structure defines a semaphore. There are no public members of this structure for you to actually do anything with in your code, so don't try.

Field Documentation

int semaphore::count

The semaphore count.

int semaphore::initialized

Are we initialized?


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