OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Semaphore_Create
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Threads.h
55
WRes
Semaphore_Create
(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
Threads.c
67
WRes
Semaphore_Create
(CSemaphore *p, UInt32 initCount, UInt32 maxCount)
LzFindMt.c
114
RINOK_THREAD(
Semaphore_Create
(&p->freeSemaphore, numBlocks, numBlocks));
115
RINOK_THREAD(
Semaphore_Create
(&p->filledSemaphore, 0, numBlocks));
/external/lzma/C/
Threads.h
55
WRes
Semaphore_Create
(CSemaphore *p, UInt32 initCount, UInt32 maxCount);
Threads.c
67
WRes
Semaphore_Create
(CSemaphore *p, UInt32 initCount, UInt32 maxCount)
LzFindMt.c
114
RINOK_THREAD(
Semaphore_Create
(&p->freeSemaphore, numBlocks, numBlocks));
115
RINOK_THREAD(
Semaphore_Create
(&p->filledSemaphore, 0, numBlocks));
/external/lzma/CPP/Windows/
Synchronization.h
136
return
Semaphore_Create
(&_object, initiallyCount, maxCount);
Completed in 79 milliseconds