Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dthread_native.h21 using NativeThread = pw::thread::threadx::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_stl/public/pw_thread_stl/
Dthread_native.h22 using NativeThread = std::thread; variable