Searched refs:SetStarted (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_thread_registry.cc | 72 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 D | sanitizer_thread_registry.h | 58 void SetStarted(tid_t _os_id, bool _workerthread, void *arg);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 73 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 D | sanitizer_thread_registry.h | 63 void SetStarted(tid_t _os_id, ThreadType _thread_type, void *arg);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cc | 74 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 D | sanitizer_thread_registry.h | 60 void SetStarted(tid_t _os_id, bool _workerthread, void *arg);
|