Searched defs:ThreadEntryPoint (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pigweed/pw_thread_embos/ | ||
H A D | thread.cc | 25 void Context::ThreadEntryPoint(void* void_context_ptr) { in ThreadEntryPoint() function in pw::thread::Context |
/aosp_15_r20/external/pigweed/pw_thread_zephyr/ | ||
H A D | thread.cc | 34 void Context::ThreadEntryPoint(void* void_context_ptr, void*, void*) { in ThreadEntryPoint() function in pw::thread::Context |
/aosp_15_r20/external/pigweed/pw_thread_freertos/ | ||
H A D | thread.cc | 38 void Context::ThreadEntryPoint(void* void_context_ptr) { in ThreadEntryPoint() function in pw::thread::Context |
/aosp_15_r20/external/pigweed/pw_thread_threadx/ | ||
H A D | thread.cc | 32 void Context::ThreadEntryPoint(ULONG void_context_ptr) { in ThreadEntryPoint() function in pw::thread::Context |