DDraceNetwork Documentation
Loading...
Searching...
No Matches
sphore.h File Reference
#include "detect.h"
#include <atomic>
#include <semaphore.h>
Include dependency graph for sphore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CSemaphore

Typedefs

typedef sem_t SEMAPHORE

Functions

void sphore_init (SEMAPHORE *sem)
void sphore_wait (SEMAPHORE *sem)
void sphore_signal (SEMAPHORE *sem)
void sphore_destroy (SEMAPHORE *sem)

Typedef Documentation

◆ SEMAPHORE

typedef sem_t SEMAPHORE