Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dcontext.h67 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/
Dcontext.h69 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/
Dcontext.h57 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/
Dthread.h116 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/
Dthread_inline.h22 inline Thread::Thread(const Options&, ThreadRoutine entry, void* arg) { in Thread()
/external/pigweed/pw_thread_embos/
Dthread.cc84 ThreadRoutine entry, in Thread()
/external/pigweed/pw_thread/
Ddocs.rst160 ``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/
Dthread.cc114 ThreadRoutine entry, in Thread()
/external/pigweed/pw_thread_freertos/
Dthread.cc116 ThreadRoutine entry, in Thread()