Home
last modified time | relevance | path

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

/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 entry_ = nullptr;
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h73 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/
Dthread.h116 using ThreadRoutine = void (*)(void* arg); variable
117 Thread(const Options& options, ThreadRoutine entry, void* arg = nullptr);
/external/pigweed/pw_thread/
Ddocs.rst28 ``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/
Dthread_inline.h22 inline Thread::Thread(const Options&, ThreadRoutine entry, void* arg) { in Thread()
/external/pigweed/pw_thread_threadx/
Dthread.cc111 ThreadRoutine entry, in Thread()
/external/pigweed/pw_thread_freertos/
Dthread.cc109 ThreadRoutine entry, in Thread()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-output-test_.cc489 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine() function
505 &ThreadRoutine, &notifications_, nullptr)); in SetUp()