Home
last modified time | relevance | path

Searched refs:Semaphore (Results 1 – 25 of 61) sorted by relevance

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerShmemPosix.cpp59 Semaphore[i] = sem_open(SemName(Name, i).c_str(), O_CREAT, 0644, 0); in Create()
60 if (Semaphore[i] == SEM_FAILED) in Create()
77 Semaphore[i] = sem_open(SemName(Name, i).c_str(), 0); in Open()
78 if (Semaphore[i] == SEM_FAILED) in Open()
91 sem_post((sem_t*)Semaphore[Idx]); in Post()
96 for (int i = 0; i < 10 && sem_wait((sem_t*)Semaphore[Idx]); i++) { in Wait()
H A DFuzzerShmemWindows.cpp58 Semaphore[1] = nullptr; in Wait()
H A DFuzzerShmem.h62 void *Semaphore[2]; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h64 class Semaphore {
66 constexpr Semaphore() {} in Semaphore() function
67 Semaphore(const Semaphore &) = delete;
68 void operator=(const Semaphore &) = delete;
312 Semaphore writers_;
313 Semaphore readers_;
H A Dsanitizer_mutex.cpp31 void Semaphore::Wait() { in Wait()
45 void Semaphore::Post(u32 count) { in Post()
/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexsystem.c56 * PARAMETERS: Semaphore - Semaphore to wait on
69 ACPI_SEMAPHORE Semaphore, in AcpiExSystemWaitSemaphore() argument
78 Status = AcpiOsWaitSemaphore (Semaphore, 1, ACPI_DO_NOT_WAIT); in AcpiExSystemWaitSemaphore()
89 Status = AcpiOsWaitSemaphore (Semaphore, 1, Timeout); in AcpiExSystemWaitSemaphore()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.thread/
H A Djoin_detach.d4 __gshared Semaphore sem;
14 sem = new Semaphore(); in main()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.init_fini/
H A Dthread_join.d6 __gshared Semaphore sem;
15 sem = new Semaphore; in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.init_fini/
H A Dthread_join.d6 __gshared Semaphore sem;
15 sem = new Semaphore; in main()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Drwmutex.d666 scope rdSemA = new Semaphore, rdSemB = new Semaphore,
667 wrSemA = new Semaphore, wrSemB = new Semaphore;
878 scope rdSemA = new Semaphore, rdSemB = new Semaphore,
879 wrSemA = new Semaphore, wrSemB = new Semaphore;
H A Dsemaphore.d73 class Semaphore
371 auto semaphore = new Semaphore; in testWait()
430 auto sem = new Semaphore; in testWaitTimeout()
H A Dcondition.d620 auto semDone = new Semaphore; in testNotify()
786 auto semDone = new Semaphore; in testNotify()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__threading_support81 // Semaphore
151 // Semaphore
223 // Semaphore
456 // Semaphore
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d1143 auto sem = new Semaphore();
1169 auto sema = new Semaphore(),
1170 semb = new Semaphore();
1221 auto sema = new Semaphore(),
1222 semb = new Semaphore();
/netbsd-src/external/bsd/ipf/dist/etc/
H A Dprotocols97 scc-sp 96 SCC-SP # Semaphore Communications Sec. Pro.
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacinterp.h451 ACPI_SEMAPHORE Semaphore,
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dthreading.rst41 Semaphore data type.
/netbsd-src/etc/
H A Dprotocols188 scc-sp 96 SCC-SP # Semaphore Communications [Howard_Hart]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_posix.cpp964 Semaphore created;
965 Semaphore started;
/netbsd-src/external/gpl2/diffutils/dist/po/
H A Dde.po708 msgstr "Semaphore."
/netbsd-src/external/gpl2/rcs/dist/src/
H A DChangeLog1721 checksuffix(), checkfullpath(). Semaphore name generation updated.
/netbsd-src/external/gpl3/binutils/dist/binutils/po/
H A Dhr.po6742 msgid ", Semaphore: "
H A Dzh_CN.po8091 msgid ", Semaphore: "
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog148 * win: replace CRITICAL_SECTION+Semaphore with SRWLock (David Machaj)
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/
H A Dhr.po6742 msgid ", Semaphore: "

123