Home
last modified time | relevance | path

Searched refs:void_context_ptr (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_thread_threadx/
Dthread.cc33 void Context::RunThread(ULONG void_context_ptr) { in RunThread() argument
34 Context& context = *reinterpret_cast<Context*>(void_context_ptr); in RunThread()
/external/pigweed/pw_thread_freertos/
Dthread.cc34 void Context::RunThread(void* void_context_ptr) { in RunThread() argument
35 Context& context = *static_cast<Context*>(void_context_ptr); in RunThread()
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h78 static void RunThread(void* void_context_ptr);
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h89 static void RunThread(ULONG void_context_ptr);