Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_freertos/
Dthread.cc134 native_type_->set_thread_routine(entry, arg); in Thread()
165 native_type_->set_thread_routine(entry, arg); in Thread()
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h58 void set_thread_routine(ThreadRoutine entry, void* arg) { in set_thread_routine() function
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h74 void set_thread_routine(ThreadRoutine entry, void* arg) { in set_thread_routine() function
/external/pigweed/pw_thread_threadx/
Dthread.cc142 native_type_->set_thread_routine(entry, arg); in Thread()