Home
last modified time | relevance | path

Searched defs:ThreadRoutine (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_thread/public/pw_thread/
Dthread.h116 using ThreadRoutine = void (*)(void* arg); variable
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h73 using ThreadRoutine = void (*)(void* arg); variable
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h57 using ThreadRoutine = void (*)(void* arg); variable
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-output-test_.cc489 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine() function