DDraceNetwork Documentation
Loading...
Searching...
No Matches
Functions
Semaphore
Functions
void
sphore_init
(
SEMAPHORE
*
sem
)
void
sphore_wait
(
SEMAPHORE
*
sem
)
void
sphore_signal
(
SEMAPHORE
*
sem
)
void
sphore_destroy
(
SEMAPHORE
*
sem
)
Detailed Description
See also
Threads
Function Documentation
◆
sphore_destroy()
void
sphore_destroy
(
SEMAPHORE
*
sem
)
◆
sphore_init()
void
sphore_init
(
SEMAPHORE
*
sem
)
◆
sphore_signal()
void
sphore_signal
(
SEMAPHORE
*
sem
)
◆
sphore_wait()
void
sphore_wait
(
SEMAPHORE
*
sem
)
Generated by
1.9.8