Home
last modified time | relevance | path

Searched defs:NativeThread (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dthread_native.h21 using NativeThread = pw::thread::embos::Context*; variable
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dthread_native.h21 using NativeThread = pw::thread::freertos::Context*; variable
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dthread_native.h21 using NativeThread = pw::thread::threadx::Context*; variable
/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/
Dthread_native.h25 using NativeThread = pw::thread::zephyr::Context*; variable
/external/pigweed/pw_thread_stl/public/pw_thread_stl/
Dthread_native.h22 using NativeThread = std::thread; variable