Home
last modified time | relevance | path

Searched refs:Semaphore_Construct (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A DThreads.h158 #define Semaphore_Construct(p) *(p) = NULL macro
211 #define Semaphore_Construct(p) (p)->_created = 0 macro
H A DMtCoder.c364 Semaphore_Construct(&p->blocksSemaphore); in MtCoder_Construct()
H A DLzFindMt.c92 Semaphore_Construct(&p->freeSemaphore); in MtSync_Construct()
93 Semaphore_Construct(&p->filledSemaphore); in MtSync_Construct()
/third_party/lzma/CPP/Windows/
H A DSynchronization.h142 CSemaphore() { Semaphore_Construct(&_object); } in CSemaphore()

Completed in 5 milliseconds