| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 167 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 D | FuzzerShmem.h | 30 void WaitServer() {Wait(0);} in WaitServer() 32 void WaitClient() {Wait(1);} in WaitClient() 58 void Wait(int Idx);
|
| H A D | FuzzerShmemFuchsia.cpp | 34 void SharedMemoryRegion::Wait(int Idx) {} in Wait() function in fuzzer::SharedMemoryRegion
|
| H A D | FuzzerShmemWindows.cpp | 57 void SharedMemoryRegion::Wait(int Idx) { in Wait() function in fuzzer::SharedMemoryRegion
|
| H A D | FuzzerShmemPosix.cpp | 94 void SharedMemoryRegion::Wait(int Idx) { in Wait() function in fuzzer::SharedMemoryRegion
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Threading.h | 74 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 D | Program.h | 185 ProcessInfo Wait(
|
| /freebsd-12.1/sys/sys/ |
| H A D | aac_ioctl.h | 174 int Wait; member 181 int Wait; member
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 114 virtual int Wait() = 0; 203 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest-death-test.cc | 649 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 D | MPITypes.h | 30 enum State : unsigned char { Nonblocking, Wait }; enumerator
|
| H A D | MPIChecker.cpp | 82 State = State->set<RequestMap>(ReqRegion, Request::State::Wait); in checkUnmatchedWaits()
|
| /freebsd-12.1/sys/dev/ppbus/ |
| H A D | ppb_1284.h | 64 #define Wait nBUSY macro
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Program.cpp | 41 ProcessInfo Result = Wait( in ExecuteAndWait()
|
| /freebsd-12.1/contrib/ntp/scripts/ntp-wait/ |
| H A D | invoke-ntp-wait.texi | 4 @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 D | ntp-wait-opts | 43 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p14
|
| H A D | ntp-wait.texi | 18 * ntp-wait: (ntp-wait). Wait for ntpd to synchronize and stabilize the system clock.
|
| H A D | ntp-wait-opts.def | 7 prog-title = "Wait for ntpd to stabilize the system clock";
|
| /freebsd-12.1/contrib/ntp/scripts/ntpsweep/ |
| H A D | ntpsweep.texi | 18 * ntpsweep: (ntpsweep). Wait for ntpd to synchronize and stabilize the system clock.
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 332 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 D | Threading.inc | 77 // Wait for the thread and clean up.
|
| /freebsd-12.1/lib/libc/isc/ |
| H A D | eventlib_p.h | 172 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
|
| /freebsd-12.1/usr.bin/fortune/fortune/ |
| H A D | fortune.c | 103 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 D | BIO_s_accept.pod | 192 /* Wait for incoming connection */ 205 /* Wait for another connection */
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 424 /* 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 …]
|