Home
last modified time | relevance | path

Searched refs:WorkQueueThreadOptions (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_work_queue/
Dwork_queue_test.cc36 thread::Thread work_thread(test::WorkQueueThreadOptions(), work_queue); in TEST()
74 thread::Thread work_thread(test::WorkQueueThreadOptions(), work_queue); in TEST()
Dstl_test_thread.cc23 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
Ddocs.rst91 pw::thread::Options& WorkQueueThreadOptions();
102 pw::thread::DetachedThread(WorkQueueThreadOptions(), work_queue);
/external/pigweed/pw_work_queue/public/pw_work_queue/
Dtest_thread.h22 const thread::Options& WorkQueueThreadOptions();
/external/pigweed/pw_system/public/pw_system/
Dtarget_hooks.h24 const thread::Options& WorkQueueThreadOptions();
/external/pigweed/pw_system/
Dstl_target_hooks.cc30 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
Dinit.cc70 thread::DetachedThread(system::WorkQueueThreadOptions(), GetWorkQueue()); in Init()
Dfreertos_target_hooks.cc63 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
/external/pigweed/pw_rpc/nanopb/
Dsynchronous_call_test.cc44 thread::Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in SetUp()
/external/pigweed/pw_rpc/pwpb/
Dsynchronous_call_test.cc47 thread::Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in SetUp()