|
ORIGINAL
|
This is the complete list of members for original::semaphore< MAX_CNT >, including all inherited members.
| acquire() | original::semaphore< MAX_CNT > | |
| acquireFor(time::duration timeout) | original::semaphore< MAX_CNT > | |
| release(u_integer increase=1) | original::semaphore< MAX_CNT > | |
| releaseFor(u_integer increase, time::duration timeout) | original::semaphore< MAX_CNT > | |
| releaseFor(const time::duration &timeout) | original::semaphore< MAX_CNT > | |
| semaphore() | original::semaphore< MAX_CNT > | |
| semaphore(u_integer init_count) | original::semaphore< MAX_CNT > | explicit |
| tryAcquire() | original::semaphore< MAX_CNT > | |
| tryRelease(u_integer increase=1) | original::semaphore< MAX_CNT > |