Searched refs:ThreadRoutine (Results 1 – 8 of 8) sorted by relevance
/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 entry_ = nullptr;
|
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/ |
D | context.h | 73 using ThreadRoutine = void (*)(void* arg); variable 74 void set_thread_routine(ThreadRoutine entry, void* arg) { in set_thread_routine() 95 ThreadRoutine entry_ = 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/ |
D | docs.rst | 28 ``pw::thread::Thread::ThreadRoutine`` signature. 115 ThreadRoutine & ThreadCore 118 ``pw::thread::Thread::ThreadRoutine``` style function or implement the 126 using Thread::ThreadRoutine = void (*)(void* arg); 143 To use the ``pw::thread::Thread::ThreadRoutine``, your function must have the
|
/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_threadx/ |
D | thread.cc | 111 ThreadRoutine entry, in Thread()
|
/external/pigweed/pw_thread_freertos/ |
D | thread.cc | 109 ThreadRoutine entry, in Thread()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-output-test_.cc | 489 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine() function 505 &ThreadRoutine, ¬ifications_, nullptr)); in SetUp()
|