Semaphore

Undocumented in source.

Members

Functions

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
post
void post()
Undocumented in source. Be warned that the author may not have intended to support it.
timedWait
bool timedWait(int usecs)
Undocumented in source. Be warned that the author may not have intended to support it.
tryWait
bool tryWait()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
void wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

sem
D_Semaphore sem;
Undocumented in source.

Meta