Definition at line 57 of file qsemaphore.h.
#include <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 |
| QSemaphore | ( | int | n = 0 |
) | [explicit] |
| ~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 |