Home
last modified time | relevance | path

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

/external/pigweed/pw_work_queue/
Ddocs.rst24 pw::thread::Options& WorkQueueThreadOptions();
35 pw::thread::DetachedThread(WorkQueueThreadOptions(), 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
/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.h26 const thread::Options& WorkQueueThreadOptions();
/external/pigweed/pw_system/
Dstl_target_hooks.cc38 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
Dzephyr_target_hooks.cc60 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
Dinit.cc103 thread::DetachedThread(system::WorkQueueThreadOptions(), GetWorkQueue()); in Init()
Dfreertos_target_hooks.cc83 const thread::Options& WorkQueueThreadOptions() { in WorkQueueThreadOptions() function
/external/pigweed/pw_rpc_transport/public/pw_rpc_transport/
Dtest_loopback_service_registry.h30 thread::Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in TestLoopbackTransport()
/external/pigweed/pw_rpc/raw/
Dsynchronous_call_test.cc46 thread::Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in SetUp()
/external/pigweed/pw_rpc/nanopb/
Dsynchronous_call_test.cc46 thread::Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in SetUp()
/external/pigweed/pw_rpc/pwpb/
Dsynchronous_call_test.cc74 thread::Thread(work_queue::test::WorkQueueThreadOptions(), work_queue_); in SetUp()