Home
last modified time | relevance | path

Searched refs:thread_running (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/video/
Dcall_stats.cc73 bool thread_running) in TemporaryDeregistration() argument
76 deregistered_(thread_running) { in TemporaryDeregistration()
77 if (thread_running) in TemporaryDeregistration()
/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_impl_unittest.cc816 WaitableEvent thread_running(WaitableEvent::ResetPolicy::AUTOMATIC); in TEST_F() local
820 thread_running.Signal(); in TEST_F()
828 thread_running.Wait(); in TEST_F()
906 WaitableEvent thread_running(WaitableEvent::ResetPolicy::AUTOMATIC); in TEST_F() local
910 thread_running.Signal(); in TEST_F()
916 thread_running.Wait(); in TEST_F()
1095 WaitableEvent thread_running(WaitableEvent::ResetPolicy::AUTOMATIC); in TEST_P() local
1104 WaitableEvent* thread_running, WaitableEvent* thread_can_block, in TEST_P()
1106 thread_running->Signal(); in TEST_P()
1113 GetParam(), Unretained(&thread_running), in TEST_P()
[all …]
/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.c72 mtx_t thread_running; member
102 mtx_lock(&ctx->thread_running); in nine_csmt_worker()
116 mtx_unlock(&ctx->thread_running); in nine_csmt_worker()
119 mtx_lock(&ctx->thread_running); in nine_csmt_worker()
124 mtx_unlock(&ctx->thread_running); in nine_csmt_worker()
157 (void) mtx_init(&ctx->thread_running, mtx_plain); in nine_csmt_create()
239 mtx_destroy(&ctx->thread_running); in nine_csmt_destroy()
265 mtx_lock(&ctx->thread_running); in nine_csmt_pause()
282 mtx_unlock(&ctx->thread_running); in nine_csmt_resume()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h738 bool thread_running; member
Dradv_device.c2380 queue->thread_running = queue->thread_exit = false; in radv_queue_init()
2391 if (queue->thread_running) { in radv_queue_finish()
4816 if (!queue->thread_running) { in radv_queue_trigger_submission()
4825 queue->thread_running = true; in radv_queue_trigger_submission()