/external/pthreadpool/src/ |
D | fastpath.c | 50 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_fastpath() local 86 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_with_thread_fastpath() local 131 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_with_uarch_fastpath() local 172 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_tile_1d_fastpath() local 218 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_fastpath() local 264 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_with_thread_fastpath() local 313 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_1d_fastpath() local 372 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_1d_with_uarch_fastpath() local 432 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_1d_with_uarch_with_thread_fastpath() local 484 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local [all …]
|
D | portable-api.c | 52 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d() local 83 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d_with_thread() local 123 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d_with_uarch() local 159 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d_tile_1d() local 200 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d() local 241 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_with_thread() local 285 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_1d() local 339 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_1d_with_uarch() local 394 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_1d_with_uarch_with_thread() local 441 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_2d() local [all …]
|
/external/libchrome/base/ |
D | run_loop_unittest.cc | 305 Thread other_thread("test"); in TEST_P() local 336 Thread other_thread("test"); in TEST_P() local 366 Thread other_thread("test"); in TEST_P() local 387 Thread other_thread("test"); in TEST_P() local 405 Thread other_thread("test"); in TEST_P() local 430 Thread other_thread("test"); in TEST_P() local 578 base::Thread other_thread("test"); in TEST() local
|
/external/cronet/stable/base/ |
D | run_loop_unittest.cc | 304 Thread other_thread("test"); in TEST_P() local 333 Thread other_thread("test"); in TEST_P() local 361 Thread other_thread("test"); in TEST_P() local 378 Thread other_thread("test"); in TEST_P() local 394 Thread other_thread("test"); in TEST_P() local 418 Thread other_thread("test"); in TEST_P() local 610 base::Thread other_thread("test"); in TEST() local
|
/external/cronet/tot/base/ |
D | run_loop_unittest.cc | 304 Thread other_thread("test"); in TEST_P() local 333 Thread other_thread("test"); in TEST_P() local 361 Thread other_thread("test"); in TEST_P() local 378 Thread other_thread("test"); in TEST_P() local 394 Thread other_thread("test"); in TEST_P() local 418 Thread other_thread("test"); in TEST_P() local 610 base::Thread other_thread("test"); in TEST() local
|
/external/cronet/stable/base/task/sequence_manager/ |
D | work_tracker_unittest.cc | 46 Thread other_thread("OtherThread"); in TEST() local 131 Thread other_thread("OtherThread"); in TEST() local
|
/external/cronet/tot/base/task/sequence_manager/ |
D | work_tracker_unittest.cc | 46 Thread other_thread("OtherThread"); in TEST() local 131 Thread other_thread("OtherThread"); in TEST() local
|
/external/python/cpython3/Lib/test/ |
D | test_threadsignals.py | 121 def other_thread(): function 147 def other_thread(): function
|
/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_3837.cpp | 39 void other_thread() in other_thread() function
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_tf_functions_test.cc | 72 auto other_thread = host_plane_builder.GetOrCreateLine(1); in TEST() local 152 auto other_thread = host_plane_builder.GetOrCreateLine(1); in TEST() local
|
/external/webrtc/rtc_base/synchronization/ |
D | yield_policy_unittest.cc | 45 std::thread other_thread([&]() { in TEST() local
|
/external/libchrome/base/task_scheduler/ |
D | delayed_task_manager_unittest.cc | 184 Thread other_thread("Test"); in TEST_F() local
|
/external/cronet/tot/base/task/thread_pool/ |
D | delayed_task_manager_unittest.cc | 315 Thread other_thread("Test"); in TEST_F() local
|
/external/cronet/stable/base/task/thread_pool/ |
D | delayed_task_manager_unittest.cc | 315 Thread other_thread("Test"); in TEST_F() local
|
/external/cronet/tot/base/task/ |
D | cancelable_task_tracker_unittest.cc | 149 Thread other_thread("other thread"); in TEST_F() local
|
/external/cronet/stable/base/task/ |
D | cancelable_task_tracker_unittest.cc | 149 Thread other_thread("other thread"); in TEST_F() local
|
/external/cronet/tot/base/threading/ |
D | thread_checker_unittest.cc | 292 ThreadCheckerImpl other_thread; in TEST() local
|
/external/libchrome/base/task/ |
D | cancelable_task_tracker_unittest.cc | 194 Thread other_thread("other thread"); in TEST_F() local
|
/external/cronet/stable/base/threading/ |
D | thread_checker_unittest.cc | 292 ThreadCheckerImpl other_thread; in TEST() local
|
/external/cronet/stable/base/trace_event/ |
D | memory_dump_manager_unittest.cc | 718 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F() local
|
/external/cronet/tot/base/trace_event/ |
D | memory_dump_manager_unittest.cc | 718 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F() local
|
/external/libchrome/base/trace_event/ |
D | memory_dump_manager_unittest.cc | 667 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F() local
|
/external/cronet/stable/base/functional/ |
D | callback_unittest.cc | 699 Thread other_thread("other_thread"); in TEST_F() local
|
/external/libchrome/base/timer/ |
D | timer_unittest.cc | 415 Thread other_thread("OneShotTimer_CustomTaskRunner"); in TEST() local
|
/external/cronet/tot/base/functional/ |
D | callback_unittest.cc | 699 Thread other_thread("other_thread"); in TEST_F() local
|