Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_threadx/
Dthread.cc110 Thread::Thread(const thread::Options& facade_options, in Thread() argument
116 auto options = static_cast<const threadx::Options&>(facade_options); in Thread()
/external/pigweed/pw_thread_freertos/
Dthread.cc108 Thread::Thread(const thread::Options& facade_options, in Thread() argument
114 auto options = static_cast<const freertos::Options&>(facade_options); in Thread()