Home
last modified time | relevance | path

Searched refs:set_static_context (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_thread_freertos/
Dstatic_test_threads.cc33 .set_static_context(thread_0_context); in TestOptionsThread0()
41 .set_static_context(thread_1_context); in TestOptionsThread1()
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Doptions.h75 constexpr Options set_static_context(StaticContext& context) { in set_static_context() function