Home
last modified time | relevance | path

Searched defs:thread1 (Results 1 – 25 of 118) sorted by relevance

12345

/aosp_15_r20/frameworks/libs/systemui/tracinglib/robolectric/src/
DFlowTracingTest.kt96 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
DMultiThreadedCoroutineTracingTest.kt54 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
DCoroutineTracingMachineryTest.kt121 val thread1 = Executors.newSingleThreadExecutor() in <lambda>() constant
DDefaultNamingTest.kt347 val thread1 = newSingleThreadContext("thread-#1") in <lambda>() constant
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMultithreadingTest.cpp1186 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 Dplatform_thread_unittest.cc41 PlatformThread thread1; in TEST() local
48 PlatformThread thread1 = PlatformThread::SpawnJoinable([] {}, "1"); in TEST() local
62 PlatformThread thread1 = PlatformThread(); in TEST() local
H A Dthread_unittest.cc301 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 Dsequence_checker_unittest.cc197 RunCallbackThread thread1( in TEST() local
217 RunCallbackThread thread1( in TEST() local
234 RunCallbackThread thread1( in TEST() local
H A Dtools_sanity_unittest.cc340 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 DReentrantReadWriteLockTest.java101 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 DMain.java62 void thread1() { in thread1() method in B17689750TestVolatile
84 void thread1() { in thread1() method in B17689750TestMonitor
/aosp_15_r20/external/libchrome/base/
H A Dtools_sanity_unittest.cc300 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 Ddeferred_sequenced_task_runner_unittest.cc119 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/
Dscoped_mock_log_test.cc224 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 Dscoped_mock_log_test.cc224 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 Dscoped_mock_log_test.cc224 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 Dbrw_structs.h90 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 Dscoped_mock_log_test.cc229 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 Dscoped_mock_log_test.cc229 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 Dscoped_mock_log_test.cc229 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 Ddeferred_sequenced_task_runner_unittest.cc132 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/
Dipc_wait_test_helpers.hpp87 boost::thread thread1(&notify_one_test::thread_func, this, &m_thread1_state); in run() local
220 boost::thread thread1(&notify_all_test::thread_func, this, &m_thread1_state); in run() local
Dwait_test_helpers.hpp84 boost::thread thread1(&notify_one_test::thread_func, this, &m_thread1_state); in run() local
208 boost::thread thread1(&notify_all_test::thread_func, this, &m_thread1_state); in run() local
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_unittest.cc510 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 Dtracing_test.cc212 std::thread thread1([ref = outer->Ref()]() { in TEST() local
246 std::thread thread1([ref = outer.Ref()]() { in TEST() local

12345