Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_thread_embos/public/pw_thread_embos/
H A Dthread_native.h24 using NativeThreadHandle = pw::thread::embos::Context*; variable
/aosp_15_r20/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
H A Dthread_native.h24 using NativeThreadHandle = pw::thread::freertos::Context*; variable
/aosp_15_r20/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
H A Dthread_native.h24 using NativeThreadHandle = pw::thread::threadx::Context*; variable
/aosp_15_r20/external/pigweed/pw_thread_stl/public/pw_thread_stl/
H A Dthread_native.h23 using NativeThreadHandle = std::thread*; variable
/aosp_15_r20/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/
H A Dthread_native.h28 using NativeThreadHandle = pw::thread::zephyr::Context*; variable