HomeSort by: relevance | last modified time | path
    Searched refs:Semaphore (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmemPosix.cpp 19 #include <semaphore.h>
59 Semaphore[i] = sem_open(SemName(Name, i).c_str(), O_CREAT, 0644, 0);
60 if (Semaphore[i] == SEM_FAILED)
77 Semaphore[i] = sem_open(SemName(Name, i).c_str(), 0);
78 if (Semaphore[i] == SEM_FAILED)
91 sem_post((sem_t*)Semaphore[Idx]);
96 for (int i = 0; i < 10 && sem_wait((sem_t*)Semaphore[Idx]); i++) {
FuzzerShmemWindows.cpp 58 Semaphore[1] = nullptr;
FuzzerShmem.h 62 void *Semaphore[2];
  /src/sys/external/bsd/acpica/dist/executer/
exsystem.c 164 * PARAMETERS: Semaphore - Semaphore to wait on
169 * DESCRIPTION: Implements a semaphore wait with a check to see if the
170 * semaphore is available immediately. If it is not, the
177 ACPI_SEMAPHORE Semaphore,
186 Status = AcpiOsWaitSemaphore (Semaphore, 1, ACPI_DO_NOT_WAIT);
197 Status = AcpiOsWaitSemaphore (Semaphore, 1, Timeout);
451 * We are going to simply delete the existing semaphore and
  /src/sys/external/bsd/acpica/dist/include/
acinterp.h 563 ACPI_SEMAPHORE Semaphore,

Completed in 14 milliseconds