Searched refs:ThreadRoutine (Results 1 – 9 of 9) sorted by relevance
/external/pigweed/pw_thread_embos/public/pw_thread_embos/ |
D | context.h | 67 using ThreadRoutine = void (*)(void* arg); variable 68 void set_thread_routine(ThreadRoutine entry, void* arg) { in set_thread_routine() 89 ThreadRoutine user_thread_entry_function_ = nullptr;
|
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/ |
D | context.h | 69 using ThreadRoutine = void (*)(void* arg); variable 70 void set_thread_routine(ThreadRoutine entry, void* arg) { in set_thread_routine() 91 ThreadRoutine user_thread_entry_function_ = nullptr;
|
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/ |
D | context.h | 57 using ThreadRoutine = void (*)(void* arg); variable 58 void set_thread_routine(ThreadRoutine entry, void* arg) { in set_thread_routine() 82 ThreadRoutine user_thread_entry_function_ = nullptr;
|
/external/pigweed/pw_thread/public/pw_thread/ |
D | thread.h | 116 using ThreadRoutine = void (*)(void* arg); variable 117 Thread(const Options& options, ThreadRoutine entry, void* arg = nullptr);
|
/external/pigweed/pw_thread_stl/public/pw_thread_stl/ |
D | thread_inline.h | 22 inline Thread::Thread(const Options&, ThreadRoutine entry, void* arg) { in Thread()
|
/external/pigweed/pw_thread_embos/ |
D | thread.cc | 84 ThreadRoutine entry, in Thread()
|
/external/pigweed/pw_thread/ |
D | docs.rst | 160 ``pw::thread::Thread::ThreadRoutine`` signature. 358 ThreadRoutine & ThreadCore 361 ``pw::thread::Thread::ThreadRoutine``` style function or implement the 369 using Thread::ThreadRoutine = void (*)(void* arg); 386 To use the ``pw::thread::Thread::ThreadRoutine``, your function must have the
|
/external/pigweed/pw_thread_threadx/ |
D | thread.cc | 114 ThreadRoutine entry, in Thread()
|
/external/pigweed/pw_thread_freertos/ |
D | thread.cc | 116 ThreadRoutine entry, in Thread()
|