Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h70 user_thread_entry_function_ = entry; in set_thread_routine()
90 ThreadRoutine user_thread_entry_function_ = nullptr; variable
/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dcontext.h69 user_thread_entry_function_ = entry; in set_thread_routine()
89 ThreadRoutine user_thread_entry_function_ = nullptr; variable
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h59 user_thread_entry_function_ = entry; in set_thread_routine()
82 ThreadRoutine user_thread_entry_function_ = nullptr; variable
/external/pigweed/pw_thread_embos/
Dthread.cc30 context.user_thread_entry_function_(context.user_thread_entry_arg_); in ThreadEntryPoint()
/external/pigweed/pw_thread_threadx/
Dthread.cc37 context.user_thread_entry_function_(context.user_thread_entry_arg_); in ThreadEntryPoint()
/external/pigweed/pw_thread_freertos/
Dthread.cc43 context.user_thread_entry_function_(context.user_thread_entry_arg_); in ThreadEntryPoint()