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