Home
last modified time | relevance | path

Searched defs:Wait (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h29 enum State : unsigned char { Nonblocking, Wait }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp198 unsigned &getCounterRef(AMDGPU::Waitcnt &Wait, InstCounterType T) { in getCounterRef()
219 void addWait(AMDGPU::Waitcnt &Wait, InstCounterType T, unsigned Count) { in addWait()
224 void setNoWait(AMDGPU::Waitcnt &Wait, InstCounterType T) { in setNoWait()
228 unsigned getWait(AMDGPU::Waitcnt &Wait, InstCounterType T) { in getWait()
1086 void WaitcntBrackets::applyWaitcnt(const AMDGPU::Waitcnt &Wait) { in applyWaitcnt()
1187 AMDGPU::Waitcnt &Wait, MachineBasicBlock::instr_iterator It) const { in applyPreexistingWaitcnt()
1281 AMDGPU::Waitcnt Wait) { in createNewWaitcnt()
1334 AMDGPU::Waitcnt &Wait, MachineBasicBlock::instr_iterator It) const { in applyPreexistingWaitcnt()
1518 AMDGPU::Waitcnt Wait) { in createNewWaitcnt()
1621 AMDGPU::Waitcnt Wait; in generateWaitcntInstBefore() local
[all …]
/freebsd/tools/test/stress2/testcases/shm/
H A Dshm.c108 Wait(int i) { in Wait() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h61 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h60 Wait, enumerator
287 Wait, enumerator
/freebsd/sys/dev/ppbus/
H A Dppb_1284.h62 #define Wait nBUSY macro
/freebsd/sys/sys/
H A Daac_ioctl.h172 int Wait; member
179 int Wait; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp31 void Semaphore::Wait() { in Wait() function in __sanitizer::Semaphore
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc704 int WindowsDeathTest::Wait() { in Wait() function in testing::internal::WindowsDeathTest
862 int FuchsiaDeathTest::Wait() { in Wait() function in testing::internal::FuchsiaDeathTest
1079 int ForkingDeathTest::Wait() { in Wait() function in testing::internal::ForkingDeathTest
/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c89 static bool Wait = FALSE; /* wait desired after fortune */ variable
/freebsd/lib/libc/isc/
H A Deventlib_p.h171 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc977 int Wait() override { in Wait() function in __anon8e9e0cc60111::MockDeathTest