Home
last modified time | relevance | path

Searched refs:LogThreadOptions (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pigweed/pw_system/
H A Dthreads.cc61 const thread::Options& LogThreadOptions() { in LogThreadOptions() function
143 const thread::Options& LogThreadOptions() { return stl_thread_options; } in LogThreadOptions() function
H A Dstl_target_hooks.cc21 const thread::Options& LogThreadOptions() { in LogThreadOptions() function
H A Dzephyr_target_hooks.cc37 const thread::Options& LogThreadOptions() { in LogThreadOptions() function
H A Dinit.cc96 thread::DetachedThread(system::LogThreadOptions(), GetLogThread()); in InitImpl()
H A Dfreertos_target_hooks.cc43 const thread::Options& LogThreadOptions() { in LogThreadOptions() function
H A Dsystem.cc151 thread::DetachedThread(system::LogThreadOptions(), GetLogThread()); in InitTask()
/aosp_15_r20/external/pigweed/pw_system/public/pw_system/
H A Dtarget_hooks.h20 const thread::Options& LogThreadOptions();
/aosp_15_r20/external/pigweed/pw_system/pw_system_private/
H A Dthreads.h20 const thread::Options& LogThreadOptions();
/aosp_15_r20/external/pigweed/pw_chre/
H A Dexample_init.cc30 pw::system::LogThreadOptions(), in UserAppInit()