| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 160 void addWait(AMDGPU::Waitcnt &Wait, InstCounterType T, unsigned Count) { in addWait() argument 163 Wait.VmCnt = std::min(Wait.VmCnt, Count); in addWait() 166 Wait.ExpCnt = std::min(Wait.ExpCnt, Count); in addWait() 169 Wait.LgkmCnt = std::min(Wait.LgkmCnt, Count); in addWait() 172 Wait.VsCnt = std::min(Wait.VsCnt, Count); in addWait() 247 void simplifyWaitcnt(AMDGPU::Waitcnt &Wait) const; 249 void determineWait(InstCounterType T, int RegNo, AMDGPU::Waitcnt &Wait) const; 250 void applyWaitcnt(const AMDGPU::Waitcnt &Wait); 472 bool generateWaitcnt(AMDGPU::Waitcnt Wait, 482 AMDGPU::Waitcnt &Wait, [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx1030_waitcnt_depctr.rst | 23 depctr_hold_cnt(<*N*>) Wait for HOLD_CNT <= N 0..1 1 24 depctr_sa_sdst(<*N*>) Wait for SA_SDST <= N 0..1 1 25 depctr_va_vdst(<*N*>) Wait for VA_VDST <= N 0..15 15 26 depctr_va_sdst(<*N*>) Wait for VA_SDST <= N 0..7 7 27 depctr_va_ssrc(<*N*>) Wait for VA_SSRC <= N 0..1 1 28 depctr_va_vcc(<*N*>) Wait for VA_VCC <= N 0..1 1 29 depctr_vm_vsrc(<*N*>) Wait for VM_VSRC <= N 0..7 7
|
| H A D | gfx11_waitcnt_depctr.rst | 23 depctr_hold_cnt(<*N*>) Wait for HOLD_CNT <= N 0..1 1 24 depctr_sa_sdst(<*N*>) Wait for SA_SDST <= N 0..1 1 25 depctr_va_vdst(<*N*>) Wait for VA_VDST <= N 0..15 15 26 depctr_va_sdst(<*N*>) Wait for VA_SDST <= N 0..7 7 27 depctr_va_ssrc(<*N*>) Wait for VA_SSRC <= N 0..1 1 28 depctr_va_vcc(<*N*>) Wait for VA_VCC <= N 0..1 1 29 depctr_vm_vsrc(<*N*>) Wait for VM_VSRC <= N 0..7 7
|
| H A D | gfx10_waitcnt_depctr.rst | 23 depctr_sa_sdst(<*N*>) Wait for SA_SDST <= N 0..1 1 24 depctr_va_vdst(<*N*>) Wait for VA_VDST <= N 0..15 15 25 depctr_va_sdst(<*N*>) Wait for VA_SDST <= N 0..7 7 26 depctr_va_ssrc(<*N*>) Wait for VA_SSRC <= N 0..1 1 27 depctr_va_vcc(<*N*>) Wait for VA_VCC <= N 0..1 1 28 depctr_vm_vsrc(<*N*>) Wait for VM_VSRC <= N 0..7 7
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_mutex_test.cpp | 174 data->sem->Wait(); in SemaphoreThread() 182 sem.Wait(); in TEST() 184 sem.Wait(); in TEST() 185 sem.Wait(); in TEST() 186 sem.Wait(); in TEST()
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_guard_impl.h | 446 template <void (*Wait)(int*, int) = PlatformFutexWait, void (*Wake)(int*) = PlatformFutexWake, 523 …void wait_on_initialization() { Wait(base_address, expected_value_for_futex(PENDING_BIT | WAITING_… in wait_on_initialization() 547 static_assert(Wait != nullptr && Wake != nullptr, ""); 626 template <void (*Wait)(int*, int) = PlatformFutexWait, void (*Wake)(int*) = PlatformFutexWake, 628 using FutexGuard = GuardObject<InitByteFutex<Wait, Wake, GetThreadIDArg>>;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Threading.h | 61 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator 94 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized); in call_once()
|
| H A D | Program.h | 209 Wait(const ProcessInfo &PI, ///< The child process that should be waited on.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mutex.h | 72 void Wait(); 196 writers_.Wait(); in Lock() 280 readers_.Wait(); in ReadLock()
|
| H A D | sanitizer_stackdepot.cpp | 113 semaphore_.Wait(); in WaitForWork()
|
| H A D | sanitizer_mutex.cpp | 31 void Semaphore::Wait() { in Wait() function in __sanitizer::Semaphore
|
| /openbsd-src/regress/lib/libpthread/pthread_once/ |
| H A D | Makefile | 8 @echo Wait until guenther@ has fixed the binutils problem
|
| /openbsd-src/gnu/usr.bin/perl/ext/Amiga-Exec/ |
| H A D | Exec.pm | 32 sub Wait subroutine
|
| H A D | Exec.xs | 88 uint32 sigmask = IExec->Wait(waitmask); in WaitTimeout()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 29 enum State : unsigned char { Nonblocking, Wait }; enumerator
|
| H A D | MPIChecker.cpp | 82 State = State->set<RequestMap>(ReqRegion, Request::State::Wait); in checkUnmatchedWaits()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Program.cpp | 45 ProcessInfo Result = Wait( in ExecuteAndWait()
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | blocks.t | 110 # Wait for detached threads to finish
|
| H A D | free2.t | 94 # Wait until signalled by another thread
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.amiga | 146 The Amiga::Exec module introduces support for Wait(). 210 =item Added Amiga::Exec module with support for Wait() and AmigaOS signal numbers.
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 386 ProcessInfo llvm::sys::Wait(const ProcessInfo &PI, 414 // Parent process: Wait for the child process to terminate. 438 // Wait for child to die
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx.seq | 425 /* Wait for the byte */ 531 /* Wait for preceding I/O session to complete. */ 661 * Main loop for information transfer phases. Wait for the 1057 * FIFOEMP can lag LAST_SEG_DONE. Wait a few 1198 /* Wait for the idle loop to complete */ 1450 * Wait for our ACK to go-away on its own 1469 * Status phase. Wait for the data byte to appear, then read it 1710 * XXX - Wait for more testing. 2007 /* Wait for preceding I/O session to complete. */ 2269 /* Wait for at least 8 bytes of data to arrive. */ [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | stress.t | 111 # Wait for my turn to finish
|
| /openbsd-src/gnu/usr.bin/perl/amigaos4/ |
| H A D | amigaio.c | 225 IExec->Wait(SIGBREAKF_CTRL_F); in Perl_my_popen() 585 IExec->Wait(SIGBREAKF_CTRL_F); in amigaos_fork()
|
| /openbsd-src/gnu/usr.bin/perl/ext/Amiga-ARexx/ |
| H A D | ARexx.xs | 363 uint32 sigmask = IExec->Wait(waitmask); in WaitRexxHost()
|