Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp167 Wait.VmCnt = std::min(Wait.VmCnt, Count); in addWait()
170 Wait.ExpCnt = std::min(Wait.ExpCnt, Count); in addWait()
173 Wait.LgkmCnt = std::min(Wait.LgkmCnt, Count); in addWait()
815 AMDGPU::Waitcnt Wait; in generateWaitcntInstBefore() local
822 Wait.VmCnt = 0; in generateWaitcntInstBefore()
837 Wait.VmCnt = 0; in generateWaitcntInstBefore()
1012 Wait.LgkmCnt = 0; in generateWaitcntInstBefore()
1037 Wait.VmCnt = 0; in generateWaitcntInstBefore()
1039 Wait.ExpCnt = 0; in generateWaitcntInstBefore()
1041 Wait.LgkmCnt = 0; in generateWaitcntInstBefore()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerShmem.h30 void WaitServer() {Wait(0);} in WaitServer()
32 void WaitClient() {Wait(1);} in WaitClient()
58 void Wait(int Idx);
H A DFuzzerShmemFuchsia.cpp34 void SharedMemoryRegion::Wait(int Idx) {} in Wait() function in fuzzer::SharedMemoryRegion
H A DFuzzerShmemWindows.cpp57 void SharedMemoryRegion::Wait(int Idx) { in Wait() function in fuzzer::SharedMemoryRegion
H A DFuzzerShmemPosix.cpp94 void SharedMemoryRegion::Wait(int Idx) { in Wait() function in fuzzer::SharedMemoryRegion
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DThreading.h74 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
107 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized); in call_once()
H A DProgram.h185 ProcessInfo Wait(
/freebsd-12.1/sys/sys/
H A Daac_ioctl.h174 int Wait; member
181 int Wait; member
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h114 virtual int Wait() = 0;
203 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc649 virtual int Wait();
671 int WindowsDeathTest::Wait() { in Wait() function in testing::internal::WindowsDeathTest
821 virtual int Wait();
874 int FuchsiaDeathTest::Wait() { in Wait() function in testing::internal::FuchsiaDeathTest
1006 virtual int Wait();
1024 int ForkingDeathTest::Wait() { in Wait() function in testing::internal::ForkingDeathTest
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h30 enum State : unsigned char { Nonblocking, Wait }; enumerator
H A DMPIChecker.cpp82 State = State->set<RequestMap>(ReqRegion, Request::State::Wait); in checkUnmatchedWaits()
/freebsd-12.1/sys/dev/ppbus/
H A Dppb_1284.h64 #define Wait nBUSY macro
/freebsd-12.1/contrib/llvm/lib/Support/
H A DProgram.cpp41 ProcessInfo Result = Wait( in ExecuteAndWait()
/freebsd-12.1/contrib/ntp/scripts/ntp-wait/
H A Dinvoke-ntp-wait.texi4 @cindex Wait for ntpd to stabilize the system clock
64 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p14
H A Dntp-wait-opts43 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p14
H A Dntp-wait.texi18 * ntp-wait: (ntp-wait). Wait for ntpd to synchronize and stabilize the system clock.
H A Dntp-wait-opts.def7 prog-title = "Wait for ntpd to stabilize the system clock";
/freebsd-12.1/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.texi18 * ntpsweep: (ntpsweep). Wait for ntpd to synchronize and stabilize the system clock.
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DProgram.inc332 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
353 // Parent process: Wait for the child process to terminate.
374 // Wait for child to die
H A DThreading.inc77 // Wait for the thread and clean up.
/freebsd-12.1/lib/libc/isc/
H A Deventlib_p.h172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/freebsd-12.1/usr.bin/fortune/fortune/
H A Dfortune.c103 static bool Wait = FALSE; /* wait desired after fortune */ variable
209 if (Wait) { in main()
317 Wait = TRUE; in getargs()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DBIO_s_accept.pod192 /* Wait for incoming connection */
205 /* Wait for another connection */
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.seq424 /* Wait for the byte */
530 /* Wait for preceding I/O session to complete. */
660 * Main loop for information transfer phases. Wait for the
1056 * FIFOEMP can lag LAST_SEG_DONE. Wait a few
1197 /* Wait for the idle loop to complete */
1449 * Wait for our ACK to go-away on its own
1468 * Status phase. Wait for the data byte to appear, then read it
1709 * XXX - Wait for more testing.
2006 /* Wait for preceding I/O session to complete. */
2268 /* Wait for at least 8 bytes of data to arrive. */
[all …]

123