Home
last modified time | relevance | path

Searched defs:thread_1 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_thread/
H A Dthread_facade_test.cc76 pw::Thread thread_1; in TEST() local
87 pw::Thread thread_1(TestOptionsThread1(), in TEST() local
108 pw::Thread thread_1(TestOptionsThread1(), in TEST() local
135 pw::Thread thread_1(TestOptionsThread1(), in TEST() local
H A Dtest_thread_context_facade_test.cc29 Thread thread_1; in TEST() local
/aosp_15_r20/external/pigweed/pw_sync/
H A Dcondition_variable_test.cc148 LambdaThread thread_1( in TEST() local
197 LambdaThread thread_1( in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dwith_lock_guard.cpp49 boost::scoped_thread<> thread_1((boost::thread(job))); in main() local