Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp160 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 Dgfx1030_waitcnt_depctr.rst23 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 Dgfx11_waitcnt_depctr.rst23 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 Dgfx10_waitcnt_depctr.rst23 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 Dsanitizer_mutex_test.cpp174 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 Dcxa_guard_impl.h446 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 DThreading.h61 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 DProgram.h209 Wait(const ProcessInfo &PI, ///< The child process that should be waited on.
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h72 void Wait();
196 writers_.Wait(); in Lock()
280 readers_.Wait(); in ReadLock()
H A Dsanitizer_stackdepot.cpp113 semaphore_.Wait(); in WaitForWork()
H A Dsanitizer_mutex.cpp31 void Semaphore::Wait() { in Wait() function in __sanitizer::Semaphore
/openbsd-src/regress/lib/libpthread/pthread_once/
H A DMakefile8 @echo Wait until guenther@ has fixed the binutils problem
/openbsd-src/gnu/usr.bin/perl/ext/Amiga-Exec/
H A DExec.pm32 sub Wait subroutine
H A DExec.xs88 uint32 sigmask = IExec->Wait(waitmask); in WaitTimeout()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h29 enum State : unsigned char { Nonblocking, Wait }; enumerator
H A DMPIChecker.cpp82 State = State->set<RequestMap>(ReqRegion, Request::State::Wait); in checkUnmatchedWaits()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DProgram.cpp45 ProcessInfo Result = Wait( in ExecuteAndWait()
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dblocks.t110 # Wait for detached threads to finish
H A Dfree2.t94 # Wait until signalled by another thread
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.amiga146 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 DProgram.inc386 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 Daic7xxx.seq425 /* 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 Dstress.t111 # Wait for my turn to finish
/openbsd-src/gnu/usr.bin/perl/amigaos4/
H A Damigaio.c225 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 DARexx.xs363 uint32 sigmask = IExec->Wait(waitmask); in WaitRexxHost()

1234