Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 25 of 274) sorted by relevance

1234567891011

/external/swiftshader/src/Vulkan/
DVkSemaphore.hpp35 void wait() in wait() function in vk::Semaphore
40 void wait(const VkPipelineStageFlags& flag) in wait() function in vk::Semaphore
/external/skqp/src/core/
DSkSemaphore.cpp38 void wait() { in wait() function
58 void wait() { WaitForSingleObject(fSemaphore, INFINITE/*timeout in ms*/); } in wait() function
71 void wait() { in wait() function
DSkTaskGroup.cpp36 void SkTaskGroup::wait() { in wait() function in SkTaskGroup
/external/skia/src/core/
DSkSemaphore.cpp38 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/
Dtrap_unittest.cc158 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/llvm/lib/Support/
DThreadPool.cpp75 void ThreadPool::wait() { in wait() function in ThreadPool
126 void ThreadPool::wait() { in wait() function in ThreadPool
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DThreadPool.cpp72 void ThreadPool::wait() { in wait() function in ThreadPool
123 void ThreadPool::wait() { in wait() function in ThreadPool
/external/junit/src/main/java/junit/textui/
DTestRunner.java112 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/openssh/openbsd-compat/
Dbsd-nextstep.h41 #define wait(a) posix_wait(a) macro
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c71 boolean wait, union pipe_query_result *result) in nvc0_get_query_result()
80 boolean wait, in nvc0_get_query_result_resource()
105 bool wait = in nvc0_render_condition() local
/external/iptables/iptables/
Dxshared.c249 static int xtables_lock(int wait, struct timeval *wait_interval) in xtables_lock()
297 int xtables_lock_or_exit(int wait, struct timeval *wait_interval) in xtables_lock_or_exit()
321 int wait = -1; in parse_wait_time() local
/external/mesa3d/src/gallium/state_trackers/clover/core/
Devent.cpp116 event::wait() const { in wait() function in event
167 hard_event::wait() const { in wait() function in hard_event
258 soft_event::wait() const { in wait() function in soft_event
/external/grpc-grpc/src/php/lib/Grpc/
DUnaryCall.php55 public function wait() function in Grpc\\UnaryCall
DClientStreamingCall.php65 public function wait() function in Grpc\\ClientStreamingCall
/external/grpc-grpc/src/ruby/lib/grpc/
Dnotifier.rb29 def wait method in GRPC.Notifier
/external/libchrome/base/process/
Dkill_posix.cc104 TimeDelta wait, in WaitForProcessesToExit()
125 TimeDelta wait, in CleanupProcesses()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.c95 boolean wait, in llvmpipe_get_query_result()
315 boolean b, wait; in llvmpipe_check_render_cond() local
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp78 boolean wait, in swr_get_query_result()
236 boolean b, wait; in swr_check_render_cond() local
/external/swiftshader/src/OpenGL/libEGL/
DSync.hpp42 void wait() { context->finish(); signal(); } in wait() function in egl::FenceSync
/external/autotest/scheduler/
Ddrone_task_queue.py35 def execute(self, drones, wait=True): argument
/external/python/cpython2/Demo/metaclasses/
DSynch.py211 def producer(buffer, wait, n=1000): argument
221 def consumer(buffer, wait, n=1000): argument
/external/skia/include/private/
DSkSemaphore.h78 inline void SkBaseSemaphore::wait() { in wait() function
/external/skqp/include/private/
DSkSemaphore.h78 inline void SkBaseSemaphore::wait() { in wait() function
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c142 boolean wait, in r300_get_query_result()
191 boolean wait; in r300_render_condition() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_query.c218 boolean wait, in softpipe_get_query_result()
277 boolean b, wait; in softpipe_check_render_cond() local

1234567891011