Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc62 void ThreadContextBase::SetStarted(uptr _os_id, void *arg) { in SetStarted() function in __sanitizer::ThreadContextBase
276 tctx->SetStarted(os_id, arg); in StartThread()
Dsanitizer_thread_registry.h57 void SetStarted(uptr _os_id, void *arg);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cpp73 void ThreadContextBase::SetStarted(tid_t _os_id, ThreadType _thread_type, in SetStarted() function in __sanitizer::ThreadContextBase
313 tctx->SetStarted(os_id, thread_type, arg); in StartThread()
Dsanitizer_thread_registry.h63 void SetStarted(tid_t _os_id, ThreadType _thread_type, void *arg);