Searched defs:ThreadEntryPoint (Results 1 – 3 of 3) 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_freertos/ | ||
| D | thread.cc | 39 void Context::ThreadEntryPoint(void* void_context_ptr) { in ThreadEntryPoint() function in pw::thread::Context |
| /external/pigweed/pw_thread_threadx/ | ||
| D | thread.cc | 33 void Context::ThreadEntryPoint(ULONG void_context_ptr) { in ThreadEntryPoint() function in pw::thread::Context |