KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
semaphore_t Struct Reference

Semaphore type. More...

#include <kos/sem.h>

Data Fields

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

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

◆ count

int semaphore_t::count

The semaphore count.

◆ initialized

int semaphore_t::initialized

Are we initialized?


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