Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cc72 void ThreadContextBase::SetStarted(tid_t _os_id, bool _workerthread, in SetStarted() function in __sanitizer::ThreadContextBase
312 tctx->SetStarted(os_id, workerthread, arg); in StartThread()
H A Dsanitizer_thread_registry.h58 void SetStarted(tid_t _os_id, bool _workerthread, void *arg);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_thread_registry.cpp73 void ThreadContextBase::SetStarted(tid_t _os_id, ThreadType _thread_type, in SetStarted() function in __sanitizer::ThreadContextBase
309 tctx->SetStarted(os_id, thread_type, arg); in StartThread()
H A Dsanitizer_thread_registry.h63 void SetStarted(tid_t _os_id, ThreadType _thread_type, void *arg);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc74 void ThreadContextBase::SetStarted(tid_t _os_id, bool _workerthread, in SetStarted() function in __sanitizer::ThreadContextBase
314 tctx->SetStarted(os_id, workerthread, arg); in StartThread()
H A Dsanitizer_thread_registry.h60 void SetStarted(tid_t _os_id, bool _workerthread, void *arg);