Home
last modified time | relevance | path

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

12345

/external/webrtc/rtc_base/
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
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
D3-2.c33 static pthread_t thread1; variable
/external/libcap-ng/src/test/
Dthread_test.c9 pthread_t thread1, thread2; variable
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DFileUtilsWaitForTest.java49 final Thread thread1 = new Thread(() -> { in testWaitForInterrupted() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
D1-1.c74 pthread_t thread1, thread2; in main() local
/external/libyuv/unit_test/
Dcpu_thread_test.cc45 pthread_t thread1; in TEST() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_trywrlock/
D1-1.c67 pthread_t thread1, thread2; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
D2-1.c95 pthread_t thread1; in main() local
/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
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D4-1.c68 pthread_t thread1; in main() local
D2-3.c70 pthread_t thread1; in main() local
D1-1.c81 pthread_t thread1; in main() local
D3-1.c85 pthread_t thread1; in main() local
D2-1.c100 pthread_t thread1; in main() local
D2-2.c79 pthread_t thread1; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D3-1.c25 static pthread_t thread1; variable
D2-1.c26 static pthread_t thread1; variable
D1-1.c26 static pthread_t thread1; variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/
D2-1.c90 pthread_t thread1; in main() local
/external/cronet/tot/third_party/abseil-cpp/absl/log/
Dscoped_mock_log_test.cc229 std::thread thread1([&barrier]() { in TEST() local
255 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
/external/angle/third_party/abseil-cpp/absl/log/
Dscoped_mock_log_test.cc229 std::thread thread1([&barrier]() { in TEST() local
255 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
/external/abseil-cpp/absl/log/
Dscoped_mock_log_test.cc229 std::thread thread1([&barrier]() { in TEST() local
255 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
/external/cronet/stable/third_party/abseil-cpp/absl/log/
Dscoped_mock_log_test.cc229 std::thread thread1([&barrier]() { in TEST() local
255 std::thread thread1([]() { LOG(INFO) << "Thread 1"; }); in TEST() local
/external/cronet/stable/base/task/
Ddeferred_sequenced_task_runner_unittest.cc132 Thread thread1("DeferredSequencedTaskRunnerTestThread1"); in TEST_F() local
203 Thread thread1("DeferredSequencedTaskRunnerTestThread1"); in TEST_F() local
/external/libchrome/base/
Ddeferred_sequenced_task_runner_unittest.cc119 Thread thread1("DeferredSequencedTaskRunnerTestThread1"); in TEST_F() local
184 Thread thread1("DeferredSequencedTaskRunnerTestThread1"); in TEST_F() local

12345