OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Semaphore_Wait
(Results
1 - 3
of
3
) sorted by null
/external/lzma/C/
Threads.h
54
#define
Semaphore_Wait
(p) Handle_WaitObject(*(p))
LzFindMt.c
44
Semaphore_Wait
(&p->filledSemaphore);
68
Semaphore_Wait
(&p->filledSemaphore);
188
Semaphore_Wait
(&p->freeSemaphore);
426
Semaphore_Wait
(&p->freeSemaphore);
/external/lzma/CPP/Windows/
Synchronization.h
140
WRes Lock() { return
Semaphore_Wait
(&_object); }
Completed in 1683 milliseconds