Home
last modified time | relevance | path

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

/external/pigweed/pw_thread/
Dthread.cc20 void StartThreadCore(void* void_thread_core_ptr) { in StartThreadCore() function
28 : Thread(options, StartThreadCore, &thread_core) {} in Thread()