Home
last modified time | relevance | path

Searched refs:thread_1_options (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_thread_stl/
Dtest_threads.cc30 static constexpr stl::Options thread_1_options; in TestOptionsThread1() local
31 return thread_1_options; in TestOptionsThread1()
/external/pigweed/pw_thread_freertos/
Ddynamic_test_threads.cc32 static constexpr freertos::Options thread_1_options = in TestOptionsThread1() local
34 return thread_1_options; in TestOptionsThread1()
Dstatic_test_threads.cc38 static constexpr freertos::Options thread_1_options = in TestOptionsThread1() local
42 return thread_1_options; in TestOptionsThread1()
/external/pigweed/pw_thread_threadx/
Dtest_threads.cc42 static constexpr threadx::Options thread_1_options = in TestOptionsThread1() local
46 return thread_1_options; in TestOptionsThread1()