/aosp_15_r20/external/pthreadpool/src/ |
H A D | fastpath.c | 50 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_fastpath() local 95 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_with_uarch_fastpath() local 136 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_1d_tile_1d_fastpath() local 182 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_fastpath() local 231 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_1d_fastpath() local 283 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local 345 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local 399 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_3d_fastpath() local 455 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_3d_tile_1d_fastpath() local 515 struct thread_info* other_thread = &threadpool->threads[tid]; in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local [all …]
|
H A D | portable-api.c | 52 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d() local 92 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d_with_uarch() local 128 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_1d_tile_1d() local 169 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d() local 213 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_1d() local 260 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_2d() local 317 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_2d_tile_2d_with_uarch() local 366 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_3d() local 417 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_3d_tile_1d() local 472 struct thread_info* other_thread = &threadpool->threads[tid]; in thread_parallelize_3d_tile_2d() local [all …]
|
/aosp_15_r20/external/libchrome/base/ |
H A 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
|
/aosp_15_r20/external/cronet/base/ |
H A 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 611 base::Thread other_thread("test"); in TEST() local
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | work_tracker_unittest.cc | 46 Thread other_thread("OtherThread"); in TEST() local 131 Thread other_thread("OtherThread"); in TEST() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_threadsignals.py | 132 def other_thread(): function 158 def other_thread(): function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/ |
H A 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
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_3837.cpp | 39 void other_thread() in other_thread() function
|
/aosp_15_r20/external/webrtc/rtc_base/synchronization/ |
H A D | yield_policy_unittest.cc | 45 std::thread other_thread([&]() { in TEST() local
|
/aosp_15_r20/external/libchrome/base/task_scheduler/ |
H A D | delayed_task_manager_unittest.cc | 184 Thread other_thread("Test"); in TEST_F() local
|
/aosp_15_r20/external/cronet/base/task/thread_pool/ |
H A D | delayed_task_manager_unittest.cc | 315 Thread other_thread("Test"); in TEST_F() local
|
/aosp_15_r20/external/cronet/base/task/ |
H A D | cancelable_task_tracker_unittest.cc | 149 Thread other_thread("other thread"); in TEST_F() local
|
/aosp_15_r20/external/libchrome/base/task/ |
H A D | cancelable_task_tracker_unittest.cc | 194 Thread other_thread("other thread"); in TEST_F() local
|
/aosp_15_r20/external/cronet/base/threading/ |
H A D | thread_checker_unittest.cc | 292 ThreadCheckerImpl other_thread; in TEST() local
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | memory_dump_manager_unittest.cc | 667 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F() local
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | memory_dump_manager_unittest.cc | 718 TestIOThread* other_thread = threads[other_idx].get(); in TEST_F() local
|
/aosp_15_r20/external/cronet/base/functional/ |
H A D | callback_unittest.cc | 700 Thread other_thread("other_thread"); in TEST_F() local
|
/aosp_15_r20/external/libchrome/base/timer/ |
H A D | timer_unittest.cc | 415 Thread other_thread("OneShotTimer_CustomTaskRunner"); in TEST() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | thread_unittest.cc | 379 auto other_thread = Thread::CreateWithSocketServer(); in TEST() local
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | weak_ptr_unittest.cc | 528 base::Thread other_thread("other_thread"); in TEST() local
|