HomeSort by: relevance | last modified time | path
    Searched defs:Wait (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmemFuchsia.cpp 34 void SharedMemoryRegion::Wait(int Idx) {}
FuzzerShmemWindows.cpp 57 void SharedMemoryRegion::Wait(int Idx) {
FuzzerShmemPosix.cpp 94 void SharedMemoryRegion::Wait(int Idx) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Threading.h 93 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 };
126 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
135 // Wait until any thread doing the call has finished.
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp 31 void Semaphore::Wait() {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp 31 void Semaphore::Wait() {
  /src/sys/dev/ppbus/
ppbus_1284.h 66 #define Wait nBUSY
  /src/games/fortune/fortune/
fortune.c 76 #define MINW 6 /* minimum wait if desired */
109 static bool Wait = FALSE; /* wait desired after fortune */
231 if (Wait) {
340 Wait++;
  /src/lib/libc/isc/
eventlib_p.h 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
175 struct { evWait *this; } wait; member in union:evEvent_p::__anon367
  /src/external/bsd/libbind/dist/isc/
eventlib_p.h 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type;
175 struct { evWait *this; } wait; member in union:evEvent_p::__anon7181
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 60 # include <sys/wait.h>
204 // specified by wait(2).
556 // in the format specified by wait(2). On Windows, this is the
658 virtual int Wait();
680 int WindowsDeathTest::Wait() {
684 // Wait until the child either signals that it has acquired the write end
822 int Wait() override;
877 int FuchsiaDeathTest::Wait() {
885 // Create a port to wait for socket/task/exception events.
891 // Register to wait for the child process to terminate
    [all...]

Completed in 73 milliseconds