close() | Semaphore | [inline] |
get_available_slots() | Semaphore | [inline] |
get_name() | Semaphore | [inline] |
get_num_slots() | Semaphore | [inline] |
INFINITE | Semaphore | |
release(uint cSlots) | Semaphore | [inline] |
release() | Semaphore | [inline] |
this(int maxSlots) | Semaphore | [inline] |
this(int maxSlots, int availableSlots) | Semaphore | [inline] |
this(char[] name, int maxSlots) | Semaphore | [inline] |
this(char[] name, int maxSlots, int availableSlots) | Semaphore | [inline] |
wait(uint timeout) | Semaphore | [inline] |
wait() | Semaphore | [inline] |
~this() | Semaphore | [inline] |
|
D Libraries documentation © Synesis Software Pty Ltd, 2002-2003 |