Searched refs:SetCreated (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cpp | 91 void ThreadContextBase::SetCreated(uptr _user_id, u64 _unique_id, in SetCreated() function in __sanitizer::ThreadContextBase 188 tctx->SetCreated(user_id, total_threads_++, detached, parent_tid, stack_tid, in CreateThread()
|
| H A D | sanitizer_thread_registry.h | 66 void SetCreated(uptr _user_id, u64 _unique_id, bool _detached,
|