Searched refs:Semaphore_Construct (Results 1 – 3 of 3) sorted by relevance
52 #define Semaphore_Construct(p) (*p) = NULL macro
19 Semaphore_Construct(&p->freeSemaphore); in MtSync_Construct()20 Semaphore_Construct(&p->filledSemaphore); in MtSync_Construct()
130 CSemaphore() { Semaphore_Construct(&_object); } in CSemaphore()