Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp201 return Wait.DsCnt; in getCounterRef()
1199 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()
1215 Wait.StoreCnt = std::min(Wait.StoreCnt, OldVSCnt); in applyPreexistingWaitcnt()
1341 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()
1349 Wait = Wait.combined(OldWait); in applyPreexistingWaitcnt()
1379 if (Wait.LoadCnt != ~0u && Wait.DsCnt != ~0u) { in applyPreexistingWaitcnt()
1404 if (Wait.StoreCnt != ~0u && Wait.DsCnt != ~0u) { in applyPreexistingWaitcnt()
1616 Wait = Wait.combined( in generateWaitcntInstBefore()
1837 Wait = Wait.combined( in generateWaitcntInstBefore()
1861 Wait.DsCnt = 0; in generateWaitcntInstBefore()
[all …]
/freebsd/tools/test/stress2/testcases/shm/
H A Dshm.c108 Wait(int i) { in Wait() function
143 Wait(1); in test()
166 Wait(0); in test()
/freebsd/tools/test/stress2/misc/
H A Dkern_umtx_inf_loop.sh91 // Wait for the main thread to sleep.
97 // Wait for the contender to lock umtx_lock
135 // Wait for the contender to sleep.
H A Dmlockall6.sh128 while (share2[R1] == 0) /* Wait for parent */
140 while (share2[R1] != 2) /* Wait for child */
H A Dumtx_suspend.sh75 // Wait for the spinning_thread to call pthread_mutex_lock(3)
H A Dsigfastblock2.sh105 // Wait for the SIGCHLD handler to write to us.
/freebsd/contrib/llvm-project/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()
/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.h72 void Wait();
196 writers_.Wait(); in Lock()
280 readers_.Wait(); in ReadLock()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h59 Wait, enumerator
125 case OpenACCDirectiveKind::Wait:
/freebsd/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-volume-wait.service.in2 Description=Wait for ZFS Volume (zvol) links in /dev
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h123 virtual int Wait() = 0;
236 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h29 enum State : unsigned char { Nonblocking, Wait }; enumerator
/freebsd/bin/sh/tests/builtins/
H A Dread11.010 # Wait for the child to open fifo1 for writing
/freebsd/sys/dev/ppbus/
H A Dppb_1284.h62 #define Wait nBUSY macro
/freebsd/contrib/libfido2/windows/
H A Dcygwin.ps163 Start-Process "${Cygwin}\${Setup}" -Wait -NoNewWindow `
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc680 virtual int Wait();
702 int WindowsDeathTest::Wait() { in Wait() function in testing::internal::WindowsDeathTest
840 int Wait() override;
860 int FuchsiaDeathTest::Wait() { in Wait() function in testing::internal::FuchsiaDeathTest
1059 int Wait() override;
1077 int ForkingDeathTest::Wait() { in Wait() function in testing::internal::ForkingDeathTest
/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,imx7ulp-pm.txt11 Standby modes for either Cortex family. Run, Wait, and Stop are the
H A Dfsl,imx7ulp-pm.yaml20 Standby modes for either Cortex family. Run, Wait, and Stop are the
/freebsd/contrib/unbound/testdata/
H A Drrset_use_cached.rpl58 ; Wait for the A RRSET to expire.
105 ; Wait for the NS RRSETs to expire.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZa.td11 // - Zawrs (v1.0) : Wait-on-Reservation-Set.
122 // Zawrs (Wait-on-Reservation-Set)
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dinvoke-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
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.texi18 * ntpsweep: (ntpsweep). Wait for ntpd to synchronize and stabilize the system clock.
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Darm,pl022-peripheral-props.yaml51 description: Microwire interface - Wait state
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp45 ProcessInfo Result = Wait( in ExecuteAndWait()

1234