/external/rust/crates/tokio/src/sync/ |
D | barrier.rs | 43 wait: watch::Receiver<usize>, field 88 pub async fn wait(&self) -> BarrierWaitResult { in wait() method 116 let mut wait = self.wait.clone(); in wait() localVariable
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_wait.c | 44 struct drm_i915_gem_wait wait; in invalid_flags() local 61 struct drm_i915_gem_wait wait; in invalid_buf() local 80 struct drm_i915_gem_wait wait = { in basic() local
|
D | gem_eio.c | 160 struct drm_i915_gem_wait wait = { in __gem_wait() local 257 static void check_wait(int fd, uint32_t bo, unsigned int wait, igt_stats_t *st) in check_wait() 369 static void test_wait(int fd, unsigned int flags, unsigned int wait) in test_wait() 417 static void test_inflight(int fd, unsigned int wait) in test_inflight() 549 static void test_inflight_contexts(int fd, unsigned int wait) in test_inflight_contexts() 674 static void test_inflight_internal(int fd, unsigned int wait) in test_inflight_internal() 881 unsigned int wait; member
|
/external/llvm-project/clang-tools-extra/clangd/support/ |
D | Threading.cpp | 29 void Notification::wait() const { in wait() function in clang::clangd::Notification 66 bool AsyncTaskRunner::wait(Deadline D) const { in wait() function in clang::clangd::AsyncTaskRunner 110 void wait(std::unique_lock<std::mutex> &Lock, std::condition_variable &CV, in wait() function
|
D | Threading.h | 92 LLVM_NODISCARD bool wait(std::unique_lock<std::mutex> &Lock, in wait() function 110 void wait() const { (void)wait(Deadline::infinity()); } in wait() function
|
/external/skia/src/core/ |
D | SkSemaphore.cpp | 21 void wait() { dispatch_semaphore_wait(fSemaphore, DISPATCH_TIME_FOREVER); } in wait() function 38 void wait() { WaitForSingleObject(fSemaphore, INFINITE/*timeout in ms*/); } in wait() function 51 void wait() { in wait() function
|
/external/igt-gpu-tools/tests/ |
D | syncobj_wait.c | 143 struct local_syncobj_wait wait = { 0 }; in test_wait_bad_flags() local 151 struct local_syncobj_wait wait = { 0 }; in test_wait_zero_handles() local 158 struct local_syncobj_wait wait = { 0 }; in test_wait_illegal_handle() local 514 struct local_syncobj_wait wait; member 520 struct wait_thread_data *wait = data; in wait_thread_func() local 528 struct wait_thread_data wait = { 0 }; in test_wait_snapshot() local 615 struct wait_thread_data wait = { 0 }; in test_wait_complex() local 716 struct local_syncobj_wait wait = { 0 }; in test_wait_interrupted() local 743 struct local_syncobj_wait wait = { 0 }; in has_syncobj_wait() local
|
/external/swiftshader/src/Vulkan/ |
D | VkFence.hpp | 51 VkResult wait() in wait() function in vk::Fence 58 VkResult wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) in wait() function in vk::Fence
|
D | VkTimelineSemaphore.hpp | 146 VkResult TimelineSemaphore::wait(uint64_t value, in wait() function in vk::TimelineSemaphore 153 VkResult TimelineSemaphore::Shared::wait(uint64_t value, in wait() function in vk::TimelineSemaphore::Shared
|
D | VkSemaphoreExternalLinux.hpp | 86 void wait() in wait() function in SharedSemaphore 184 void wait() override in wait() function in vk::OpaqueFdExternalSemaphore
|
/external/skqp/src/core/ |
D | SkSemaphore.cpp | 38 void wait() { in wait() function 58 void wait() { WaitForSingleObject(fSemaphore, INFINITE/*timeout in ms*/); } in wait() function 71 void wait() { in wait() function
|
/external/libchrome/mojo/core/ |
D | trap_unittest.cc | 158 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 221 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 247 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 295 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 359 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 444 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 521 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 547 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 593 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local 626 base::WaitableEvent wait(base::WaitableEvent::ResetPolicy::MANUAL, in TEST_F() local [all …]
|
/external/angle/src/libANGLE/ |
D | WorkerThread.cpp | 29 void WaitableEventDone::wait() {} in wait() function in angle::WaitableEventDone 49 void SingleThreadedWaitableEvent::wait() {} in wait() function in angle::SingleThreadedWaitableEvent 108 void AsyncWaitableEvent::wait() in wait() function in angle::AsyncWaitableEvent 244 void DelegateWaitableEvent::wait() in wait() function in angle::DelegateWaitableEvent
|
/external/junit/src/main/java/junit/textui/ |
D | TestRunner.java | 112 public TestResult doRun(Test suite, boolean wait) { in doRun() 125 protected void pause(boolean wait) { in pause() 189 …protected TestResult runSingleMethod(String testCase, String method, boolean wait) throws Exceptio… in runSingleMethod()
|
/external/llvm-project/llvm/lib/Support/ |
D | ThreadPool.cpp | 69 void ThreadPool::wait() { in wait() function in ThreadPool 114 void ThreadPool::wait() { in wait() function in ThreadPool
|
/external/swiftshader/src/System/ |
D | Synchronization.hpp | 85 void wait() const in wait() function in sw::CountedEvent 93 bool wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) const in wait() function in sw::CountedEvent
|
/external/llvm/lib/Support/ |
D | ThreadPool.cpp | 75 void ThreadPool::wait() { in wait() function in ThreadPool 126 void ThreadPool::wait() { in wait() function in ThreadPool
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ThreadPool.cpp | 71 void ThreadPool::wait() { in wait() function in ThreadPool 122 void ThreadPool::wait() { in wait() function in ThreadPool
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_query.c | 71 bool wait, union pipe_query_result *result) in nvc0_get_query_result() 80 bool wait, in nvc0_get_query_result_resource() 105 bool wait = in nvc0_render_condition() local
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_query.c | 96 bool wait, in llvmpipe_get_query_result() 196 bool wait, in llvmpipe_get_query_result_resource() 494 boolean b, wait; in llvmpipe_check_render_cond() local
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | event.cpp | 120 event::wait() const { in wait() function in event 171 hard_event::wait() const { in wait() function in hard_event 262 soft_event::wait() const { in wait() function in soft_event
|
/external/openssh/openbsd-compat/ |
D | bsd-nextstep.h | 41 #define wait(a) posix_wait(a) macro
|
/external/libchrome/base/process/ |
D | kill_posix.cc | 104 TimeDelta wait, in WaitForProcessesToExit() 125 TimeDelta wait, in CleanupProcesses()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_query.cpp | 78 bool wait, in swr_get_query_result() 236 bool b, wait; in swr_check_render_cond() local
|
/external/mesa3d/src/intel/common/ |
D | gen_gem.c | 40 struct drm_syncobj_wait wait = { in gen_gem_supports_syncobj_wait() local
|