Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h71 user_thread_entry_arg_ = arg; in set_thread_routine()
91 void* user_thread_entry_arg_ = nullptr; variable
/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dcontext.h70 user_thread_entry_arg_ = arg; in set_thread_routine()
90 void* user_thread_entry_arg_ = nullptr; variable
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h60 user_thread_entry_arg_ = arg; in set_thread_routine()
83 void* user_thread_entry_arg_ = 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()