Searched defs:CSemaphore (Results 1 - 2 of 2) sorted by relevance

/external/lzma/C/
H A DThreads.h41 typedef HANDLE CSemaphore; typedef
45 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
46 WRes Semaphore_ReleaseN(CSemaphore *p, UInt32 num);
47 WRes Semaphore_Release1(CSemaphore *p);
/external/lzma/CPP/Windows/
H A DSynchronization.h126 class CSemaphore class in namespace:NWindows::NSynchronization
128 ::CSemaphore _object;
130 CSemaphore() { Semaphore_Construct(&_object); } function in class:NWindows::NSynchronization::CSemaphore
131 ~CSemaphore() { Close(); }

Completed in 77 milliseconds