Searched refs:Wait (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1 //===- SIInsertWaitcnts.cpp - Insert Wait Instructions --------------------===//
169 void addWait(AMDGPU::Waitcnt &Wait, InstCounterType T, unsigned Count) { argument
172 Wait.VmCnt = std::min(Wait.VmCnt, Count);
175 Wait.ExpCnt = std::min(Wait.ExpCnt, Count);
178 Wait.LgkmCnt = std::min(Wait.LgkmCnt, Count);
181 Wait.VsCnt = std::min(Wait
767 applyWaitcnt(const AMDGPU::Waitcnt &Wait) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h29 enum State : unsigned char { Nonblocking, Wait };
H A DMPIChecker.cpp81 State = State->set<RequestMap>(ReqRegion, Request::State::Wait);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h92 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator in enum:llvm::InitStatus
125 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
134 // Wait until any thread doing the call has finished.
H A DProgram.h124 /// \see Wait until the process finished execution or win32 CloseHandle() API
184 ProcessInfo Wait(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc88 // Wait for the thread
H A DProgram.inc335 ProcessInfo sys::Wait(const ProcessInfo &PI, unsigned SecondsToWait,
356 // Parent process: Wait for the child process to terminate.
377 // Wait for child to die
/freebsd-11-stable/sys/dev/ppbus/
H A Dppb_1284.h62 #define Wait nBUSY macro
/freebsd-11-stable/sys/sys/
H A Daac_ioctl.h172 int Wait; member in struct:get_adapter_fib_ioctl
179 int Wait; member in struct:get_adapter_fib_ioctl32
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp40 ProcessInfo Result = Wait(
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dsupport.s35 # Wait 1ms
/freebsd-11-stable/lib/libc/isc/
H A Deventlib_p.h170 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; enumerator in enum:evEvent_p::__anon6643
/freebsd-11-stable/usr.bin/fortune/fortune/
H A Dfortune.c103 static bool Wait = FALSE; /* wait desired after fortune */ variable
209 if (Wait) {
317 Wait++;
/freebsd-11-stable/contrib/bmake/
H A Dparse.c223 Wait, /* .WAIT */ enumerator in enum:__anon104
350 { ".WAIT", Wait, 0 },
1005 if (parseKeywords[keywd].spec == Wait) {
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh555 log_it Wait for ports prefetch
/freebsd-11-stable/sys/dev/aac/
H A Daac.c1698 * Wait for the adapter to come ready.
3532 agf.Wait = agf32.Wait;
3547 if (error == EAGAIN && agf.Wait) {
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c1576 * Wait for the adapter to come ready.
3418 agf.Wait = agf32.Wait;
3435 if (error == EAGAIN && agf.Wait) {
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2832 % table breaks over pages. Wouldn't \vfil be better? Wait until the
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2731 % table breaks over pages. Wouldn't \vfil be better? Wait until the
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3942 % table breaks over pages. Wouldn't \vfil be better? Wait until the
/freebsd-11-stable/contrib/apr/
H A Dconfigure28982 /* Wait for socket to become readable */

Completed in 348 milliseconds