Home
last modified time | relevance | path

Searched refs:ThreadCallback (Results 1 – 24 of 24) sorted by relevance

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dutil.h26 using ThreadCallback = pw::Function<bool(const TX_THREAD&)>; variable
36 Status ForEachThread(const ThreadCallback& cb);
43 const ThreadCallback& cb);
/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dutil.h26 using ThreadCallback = pw::Function<bool(const OS_TASK&)>; variable
40 Status ForEachThread(const ThreadCallback& cb);
46 Status ForEachThread(const OS_TASK& starting_thread, const ThreadCallback& cb);
/external/pigweed/pw_thread_zephyr/
Dthread_iteration.cc23 const pw::thread::ThreadCallback& cb = in zephyr_adapter()
24 *reinterpret_cast<const pw::thread::ThreadCallback*>(user_data); in zephyr_adapter()
42 Status ForEachThread(const pw::thread::ThreadCallback& cb) { in ForEachThread()
/external/pigweed/pw_thread_freertos/
Dthread_iteration.cc32 const pw::thread::ThreadCallback& cb) { in StackInfoCollector()
68 Status ForEachThread(const pw::thread::ThreadCallback& cb) { in ForEachThread()
69 pw::thread::freertos::ThreadCallback adapter_cb = in ForEachThread()
Dutil.cc62 const ThreadCallback& cb) { in ForEachThreadInList()
94 Status ForEachThread(const ThreadCallback& cb) { in ForEachThread()
Dthread_iteration_test.cc138 ThreadCallback cb = [kBytesRemaining](const ThreadInfo& info) -> bool { in TEST()
Dsnapshot.cc100 ThreadCallback thread_capture_cb( in SnapshotThreads()
/external/pigweed/pw_thread/public/pw_thread/
Dthread_iteration.h29 using ThreadCallback = pw::Function<bool(const ThreadInfo&)>; variable
35 Status ForEachThread(const ThreadCallback& cb);
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dutil.h28 using ThreadCallback = pw::Function<bool(TaskHandle_t, eTaskState)>; variable
49 Status ForEachThread(const ThreadCallback& cb);
/external/pigweed/pw_thread_threadx/
Dutil.cc28 const ThreadCallback& cb) { in ForEachThread()
43 Status ForEachThread(const ThreadCallback& cb) { in ForEachThread()
Dsnapshot.cc99 ThreadCallback thread_capture_cb([&ctx](const TX_THREAD& thread) -> bool { in SnapshotThreads()
/external/pigweed/pw_thread_embos/
Dutil.cc26 Status ForEachThread(const OS_TASK& starting_thread, const ThreadCallback& cb) { in ForEachThread()
45 Status ForEachThread(const ThreadCallback& cb) { in ForEachThread()
Dsnapshot.cc90 ThreadCallback thread_capture_cb([&ctx](const OS_TASK& thread) -> bool { in SnapshotThreads()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DThreading.cpp86 static unsigned __stdcall ThreadCallback(void *param) { in ThreadCallback() function
98 RequestedStackSize, ThreadCallback, in llvm_execute_on_thread()
/external/llvm/lib/Support/
DThreading.cpp85 static unsigned __stdcall ThreadCallback(void *param) { in ThreadCallback() function
97 RequestedStackSize, ThreadCallback, in llvm_execute_on_thread()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h98 typedef void (*ThreadCallback)(ThreadContextBase *tctx, void *arg); typedef
101 void RunCallbackForEachThreadLocked(ThreadCallback cb, void *arg);
Dsanitizer_thread_registry.cc157 void ThreadRegistry::RunCallbackForEachThreadLocked(ThreadCallback cb, in RunCallbackForEachThreadLocked()
/external/pigweed/pw_thread_stl/
Dthread_iteration.cc23 Status ForEachThread([[maybe_unused]] const pw::thread::ThreadCallback& cb) { in ForEachThread()
/external/pigweed/pw_thread_freertos/pw_thread_freertos_private/
Dthread_iteration.h23 const pw::thread::ThreadCallback& cb);
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc902 case ThreadCallback: in MinidumpWriteDumpCallback()
/external/pigweed/pw_thread/
Ddocs.rst473 .. cpp:function:: Status ForEachThread(const ThreadCallback& cb)
/external/mesa3d/src/util/
Ddbghelp.h1163 …ModuleCallback,ThreadCallback,ThreadExCallback,IncludeThreadCallback,IncludeModuleCallback,MemoryC… enumerator
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Diagnostics/Debug/
Dmod.rs2018 pub const ThreadCallback: MINIDUMP_CALLBACK_TYPE = 1i32; constant
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/Diagnostics/Debug/
Dmod.rs2018 pub const ThreadCallback: MINIDUMP_CALLBACK_TYPE = 1i32; constant