HomeSort by relevance Sort by last modified time
    Searched refs:Semaphore_Construct (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Threads.h 52 #define Semaphore_Construct(p) (*p) = NULL
LzFindMt.c 19 Semaphore_Construct(&p->freeSemaphore);
20 Semaphore_Construct(&p->filledSemaphore);
  /external/lzma/C/
Threads.h 52 #define Semaphore_Construct(p) (*p) = NULL
LzFindMt.c 19 Semaphore_Construct(&p->freeSemaphore);
20 Semaphore_Construct(&p->filledSemaphore);
  /external/lzma/CPP/Windows/
Synchronization.h 130 CSemaphore() { Semaphore_Construct(&_object); }

Completed in 223 milliseconds