#include <qsemaphore.h>
Definition at line 57 of file qsemaphore.h.
Public Member Functions | |
QSemaphore (int n=0) | |
~QSemaphore () | |
void | acquire (int n=1) |
bool | tryAcquire (int n=1) |
bool | tryAcquire (int n, int timeout) |
void | release (int n=1) |
int | available () const |
|
explicit |
~QSemaphore | ( | ) |
bool tryAcquire | ( | int | n = 1 | ) |
int available | ( | ) | const |