Home
last modified time | relevance | path

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

12345678910>>...14

/external/igt-gpu-tools/tests/i915/
Dgem_wait.c44 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
Dgem_eio.c160 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/skia/src/core/
DSkSemaphore.cpp21 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/u-boot/arch/riscv/lib/
Dsmp.c47 static int send_ipi_many(struct ipi_data *ipi, int wait) in send_ipi_many()
134 int smp_call_function(ulong addr, ulong arg0, ulong arg1, int wait) in smp_call_function()
/external/swiftshader/src/Vulkan/
DVkFence.hpp49 VkResult wait() in wait() function in vk::Fence
56 VkResult wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) in wait() function in vk::Fence
DVkSemaphoreExternalLinux.hpp85 void wait() in wait() function in SharedSemaphore
184 void wait() in wait() function in vk::Semaphore::External
DVkSemaphoreExternalNone.hpp29 void wait() {} in wait() function in vk::Semaphore::External
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c143 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/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
/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/angle/src/libANGLE/
DWorkerThread.cpp27 void WaitableEventDone::wait() {} in wait() function in angle::WaitableEventDone
47 void SingleThreadedWaitableEvent::wait() {} in wait() function in angle::SingleThreadedWaitableEvent
106 void AsyncWaitableEvent::wait() in wait() function in angle::AsyncWaitableEvent
/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/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/llvm/lib/Support/
DThreadPool.cpp75 void ThreadPool::wait() { in wait() function in ThreadPool
126 void ThreadPool::wait() { in wait() function in ThreadPool
/external/openssh/openbsd-compat/
Dbsd-nextstep.h41 #define wait(a) posix_wait(a) macro
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c71 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/
Dlp_query.c96 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/
Devent.cpp120 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/mesa3d/src/intel/common/
Dgen_gem.c40 struct drm_syncobj_wait wait = { in gen_gem_supports_syncobj_wait() local
/external/swiftshader/src/System/
DSynchronization.hpp87 void wait() in wait() function in sw::WaitGroup
97 bool wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) in wait() function in sw::WaitGroup
/external/grpc-grpc/src/php/lib/Grpc/
DClientStreamingCall.php65 public function wait() function in Grpc\\ClientStreamingCall
DUnaryCall.php55 public function wait() function in Grpc\\UnaryCall
/external/libchrome/base/process/
Dkill_posix.cc104 TimeDelta wait, in WaitForProcessesToExit()
125 TimeDelta wait, in CleanupProcesses()
/external/grpc-grpc/src/ruby/lib/grpc/
Dnotifier.rb29 def wait method in GRPC.Notifier
/external/mesa3d/src/gallium/drivers/swr/
Dswr_query.cpp78 bool wait, in swr_get_query_result()
236 bool b, wait; in swr_check_render_cond() local

12345678910>>...14