Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h104 typedef void (*ThreadCallback)(ThreadContextBase *tctx, void *arg); typedef
107 void RunCallbackForEachThreadLocked(ThreadCallback cb, void *arg);
H A Dsanitizer_thread_registry.cc172 void ThreadRegistry::RunCallbackForEachThreadLocked(ThreadCallback cb, in RunCallbackForEachThreadLocked()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h102 typedef void (*ThreadCallback)(ThreadContextBase *tctx, void *arg); typedef
105 void RunCallbackForEachThreadLocked(ThreadCallback cb, void *arg);
H A Dsanitizer_thread_registry.cc170 void ThreadRegistry::RunCallbackForEachThreadLocked(ThreadCallback cb, in RunCallbackForEachThreadLocked()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.h108 typedef void (*ThreadCallback)(ThreadContextBase *tctx, void *arg); typedef
111 void RunCallbackForEachThreadLocked(ThreadCallback cb, void *arg);
H A Dsanitizer_thread_registry.cpp170 void ThreadRegistry::RunCallbackForEachThreadLocked(ThreadCallback cb, in RunCallbackForEachThreadLocked()