Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInsertWaitcnts.cpp198 unsigned &getCounterRef(AMDGPU::Waitcnt &Wait, InstCounterType T) { in getCounterRef() argument
201 return Wait.LoadCnt; in getCounterRef()
203 return Wait.ExpCnt; in getCounterRef()
205 return Wait.DsCnt; in getCounterRef()
207 return Wait.StoreCnt; in getCounterRef()
209 return Wait.SampleCnt; in getCounterRef()
211 return Wait.BvhCnt; in getCounterRef()
213 return Wait.KmCnt; in getCounterRef()
219 void addWait(AMDGPU::Waitcnt &Wait, InstCounterType T, unsigned Count) { in addWait() argument
220 unsigned &WC = getCounterRef(Wait, T); in addWait()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenACCKinds.h60 Wait, enumerator
127 case OpenACCDirectiveKind::Wait: in printOpenACCDirectiveKind()
287 Wait, enumerator
443 case OpenACCClauseKind::Wait: in printOpenACCClauseKind()
HDOpenACCClauses.def55 VISIT_CLAUSE(Wait)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenACC.h138 ClauseKind == OpenACCClauseKind::Wait) && in getNumIntExprs()
145 assert(ClauseKind == OpenACCClauseKind::Wait && in getQueuesLoc()
155 assert(ClauseKind == OpenACCClauseKind::Wait && in getDevNumExpr()
165 assert(ClauseKind == OpenACCClauseKind::Wait && in getQueueIdExprs()
370 assert(ClauseKind == OpenACCClauseKind::Wait && in setWaitDetails()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDThreading.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()
HDProgram.h212 Wait(const ProcessInfo &PI, ///< The child process that should be waited on.
/freebsd-13-stable/sys/sys/
HDaac_ioctl.h172 int Wait; member
179 int Wait; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenACC.cpp61 .Case("wait", OpenACCDirectiveKind::Wait) in getOpenACCDirectiveKind()
146 .Case("wait", OpenACCClauseKind::Wait) in getOpenACCClauseKind()
301 case OpenACCDirectiveKind::Wait: in isOpenACCDirectiveKind()
493 case OpenACCClauseKind::Wait: in getClauseParensKind()
1111 case OpenACCClauseKind::Wait: { in ParseOpenACCClauseParams()
1171 IsDirective ? OpenACCDirectiveKind::Wait in ParseOpenACCWaitArgument()
1173 IsDirective ? OpenACCClauseKind::Invalid : OpenACCClauseKind::Wait, in ParseOpenACCWaitArgument()
1213 IsDirective ? OpenACCDirectiveKind::Wait in ParseOpenACCWaitArgument()
1215 IsDirective ? OpenACCClauseKind::Invalid : OpenACCClauseKind::Wait, in ParseOpenACCWaitArgument()
1396 case OpenACCDirectiveKind::Wait: in ParseOpenACCDirective()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_mutex.h72 void Wait();
196 writers_.Wait(); in Lock()
280 readers_.Wait(); in ReadLock()
/freebsd-13-stable/sys/contrib/openzfs/etc/systemd/system/
HDzfs-volume-wait.service.in2 Description=Wait for ZFS Volume (zvol) links in /dev
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
HDgtest-death-test-internal.h144 virtual int Wait() = 0;
235 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
HDMPITypes.h29 enum State : unsigned char { Nonblocking, Wait }; enumerator
/freebsd-13-stable/sys/dev/ppbus/
HDppb_1284.h62 #define Wait nBUSY macro
/freebsd-13-stable/contrib/libfido2/windows/
HDcygwin.ps163 Start-Process "${Cygwin}\${Setup}" -Wait -NoNewWindow `
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
HDCtxInstrProfilingTest.cpp160 GotCtx.Wait(); in TEST_F()
161 GotCtx.Wait(); in TEST_F()
/freebsd-13-stable/contrib/googletest/googletest/src/
HDgtest-death-test.cc682 virtual int Wait();
704 int WindowsDeathTest::Wait() { in Wait() function in testing::internal::WindowsDeathTest
842 int Wait() override;
862 int FuchsiaDeathTest::Wait() { in Wait() function in testing::internal::FuchsiaDeathTest
1061 int Wait() override;
1079 int ForkingDeathTest::Wait() { in Wait() function in testing::internal::ForkingDeathTest
/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/freescale/
Dfsl,imx7ulp-pm.txt11 Standby modes for either Cortex family. Run, Wait, and Stop are the
/freebsd-13-stable/contrib/ntp/scripts/ntp-wait/
HDinvoke-ntp-wait.texi4 @cindex Wait for ntpd to stabilize the system clock
64 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p18
HDntp-wait-opts43 ntp-wait - Wait for ntpd to stabilize the system clock - Ver. 4.2.8p18
HDntp-wait.texi18 * ntp-wait: (ntp-wait). Wait for ntpd to synchronize and stabilize the system clock.
HDntp-wait-opts.def7 prog-title = "Wait for ntpd to stabilize the system clock";
/freebsd-13-stable/contrib/ntp/scripts/ntpsweep/
HDntpsweep.texi18 * ntpsweep: (ntpsweep). Wait for ntpd to synchronize and stabilize the system clock.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDProgram.cpp45 ProcessInfo Result = Wait( in ExecuteAndWait()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoZa.td11 // - Zawrs (v1.0) : Wait-on-Reservation-Set.
123 // Zawrs (Wait-on-Reservation-Set)
/freebsd-13-stable/sys/contrib/device-tree/src/powerpc/fsl/
HDe500mc_power_isa.dtsi55 power-isa-wt; // Wait

123