/aosp_15_r20/frameworks/libs/systemui/tracinglib/robolectric/src/ |
D | FlowTracingTest.kt | 96 val thread1 = newSingleThreadContext("thread-#1") in collectFlow3() constant 121 val thread1 = newSingleThreadContext("thread-#1") in collectFlow4() constant 146 val thread1 = newSingleThreadContext("thread-#1") in collectFlow5() constant 175 val thread1 = newSingleThreadContext("thread-#1") in collectFlow6() constant
|
D | MultiThreadedCoroutineTracingTest.kt | 54 val thread1 = newSingleThreadContext("thread-#1") in <lambda>() constant 143 val thread1 = newSingleThreadContext("thread-#1") in <lambda>() constant 164 val thread1 = newSingleThreadContext("thread-#1") in <lambda>() constant 237 val thread1 = newSingleThreadContext("thread-#1") in <lambda>() constant
|
D | CoroutineTracingMachineryTest.kt | 121 val thread1 = Executors.newSingleThreadExecutor() in <lambda>() constant
|
D | DefaultNamingTest.kt | 347 val thread1 = newSingleThreadContext("thread-#1") in <lambda>() constant
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | MultithreadingTest.cpp | 1186 auto thread1 = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P() local 1303 auto thread1 = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in testFenceWithOpenRenderPass() local 1462 auto thread1 = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P() local 1615 auto thread1 = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P() local 1723 auto thread1 = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P() local 1848 auto thread1 = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P() local 1959 auto thread1 = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in testFramebufferFetch() local 2080 auto thread1 = [&](EGLDisplay dpy, EGLSurface surface, EGLContext context) { in TEST_P() local 2262 std::thread thread1 = std::thread([&]() { in TEST_P() local 2474 std::thread thread1 = std::thread([&]() { in TEST_P() local [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | platform_thread_unittest.cc | 41 PlatformThread thread1; in TEST() local 48 PlatformThread thread1 = PlatformThread::SpawnJoinable([] {}, "1"); in TEST() local 62 PlatformThread thread1 = PlatformThread(); in TEST() local
|
H A D | thread_unittest.cc | 301 auto thread1 = Thread::CreateWithSocketServer(); in TEST() local 312 auto thread1 = Thread::CreateWithSocketServer(); in TEST() local 331 auto thread1 = Thread::CreateWithSocketServer(); in TEST() local 345 auto thread1 = Thread::CreateWithSocketServer(); in TEST() local
|
/aosp_15_r20/external/cronet/base/ |
H A D | sequence_checker_unittest.cc | 197 RunCallbackThread thread1( in TEST() local 217 RunCallbackThread thread1( in TEST() local 234 RunCallbackThread thread1( in TEST() local
|
H A D | tools_sanity_unittest.cc | 340 TOOLS_SANITY_TEST_CONCURRENT_THREAD thread1(shared), thread2(shared); in DataRace() local 363 TOOLS_SANITY_TEST_CONCURRENT_THREAD thread1(&shared), thread2(&shared); in TEST() local 370 ReleaseStoreThread thread1(&shared); in TEST() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | ReentrantReadWriteLockTest.java | 101 Thread thread1 = new Thread(new ReadLockRunnable(lock)); in testGetQueuedReaderThreads() local 120 Thread thread1 = new Thread(new WriteLockRunnable(lock)); in testGetQueuedWriterThreads() local
|
/aosp_15_r20/art/test/123-compiler-regressions-mt/src/ |
H A D | Main.java | 62 void thread1() { in thread1() method in B17689750TestVolatile 84 void thread1() { in thread1() method in B17689750TestMonitor
|
/aosp_15_r20/external/libchrome/base/ |
H A D | tools_sanity_unittest.cc | 300 TOOLS_SANITY_TEST_CONCURRENT_THREAD thread1(shared), thread2(shared); in DataRace() local 322 TOOLS_SANITY_TEST_CONCURRENT_THREAD thread1(&shared), thread2(&shared); in TEST() local 329 ReleaseStoreThread thread1(&shared); in TEST() local
|
H A D | deferred_sequenced_task_runner_unittest.cc | 119 Thread thread1("DeferredSequencedTaskRunnerTestThread1"); in TEST_F() local 184 Thread thread1("DeferredSequencedTaskRunnerTestThread1"); in TEST_F() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/ |
D | scoped_mock_log_test.cc | 224 std::thread thread1([&barrier]() { in TEST() local 250 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/ |
H A D | scoped_mock_log_test.cc | 224 std::thread thread1([&barrier]() { in TEST() local 250 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/ |
H A D | scoped_mock_log_test.cc | 224 std::thread thread1([&barrier]() { in TEST() local 250 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
|
/aosp_15_r20/external/igt-gpu-tools/assembler/ |
H A D | brw_structs.h | 90 struct thread1 struct 92 unsigned ext_halt_exception_enable:1; 93 unsigned sw_exception_enable:1; 94 unsigned mask_stack_exception_enable:1; 95 unsigned timeout_exception_enable:1; 96 unsigned illegal_op_exception_enable:1; 97 unsigned pad0:3; 98 unsigned depth_coef_urb_read_offset:6; /* WM only */ 99 unsigned pad1:2; 100 unsigned floating_point_mode:1; [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/ |
H A D | scoped_mock_log_test.cc | 229 std::thread thread1([&barrier]() { in TEST() local 255 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
|
/aosp_15_r20/external/abseil-cpp/absl/log/ |
H A D | scoped_mock_log_test.cc | 229 std::thread thread1([&barrier]() { in TEST() local 255 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/ |
H A D | scoped_mock_log_test.cc | 229 std::thread thread1([&barrier]() { in TEST() local 255 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
|
/aosp_15_r20/external/cronet/base/task/ |
H A D | deferred_sequenced_task_runner_unittest.cc | 132 Thread thread1("DeferredSequencedTaskRunnerTestThread1"); in TEST_F() local 203 Thread thread1("DeferredSequencedTaskRunnerTestThread1"); in TEST_F() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | ipc_wait_test_helpers.hpp | 87 boost::thread thread1(¬ify_one_test::thread_func, this, &m_thread1_state); in run() local 220 boost::thread thread1(¬ify_all_test::thread_func, this, &m_thread1_state); in run() local
|
D | wait_test_helpers.hpp | 84 boost::thread thread1(¬ify_one_test::thread_func, this, &m_thread1_state); in run() local 208 boost::thread thread1(¬ify_all_test::thread_func, this, &m_thread1_state); in run() local
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | process_unittest.cc | 510 FunctionTestThread thread1, thread2, thread3; in MULTIPROCESS_TEST_MAIN() local 602 RTAudioFunctionTestThread thread1; in MULTIPROCESS_TEST_MAIN() local 664 RTDisplayFunctionTestThread thread1; in MULTIPROCESS_TEST_MAIN() local
|
/aosp_15_r20/external/federated-compute/fcp/tracing/test/ |
H A D | tracing_test.cc | 212 std::thread thread1([ref = outer->Ref()]() { in TEST() local 246 std::thread thread1([ref = outer.Ref()]() { in TEST() local
|