Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc68 void ThreadContextBase::SetCreated(uptr _user_id, u64 _unique_id, in SetCreated() function in __sanitizer::ThreadContextBase
152 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread()
Dsanitizer_thread_registry.h58 void SetCreated(uptr _user_id, u64 _unique_id, bool _detached,
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cpp81 void ThreadContextBase::SetCreated(uptr _user_id, u64 _unique_id, in SetCreated() function in __sanitizer::ThreadContextBase
166 tctx->SetCreated(user_id, total_threads_++, detached, in CreateThread()
Dsanitizer_thread_registry.h64 void SetCreated(uptr _user_id, u64 _unique_id, bool _detached,
/external/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.h69 virtual void SetCreated(int64_t date);
Dfont_header_table.cc173 void FontHeaderTable::Builder::SetCreated(int64_t date) { in SetCreated() function in sfntly::FontHeaderTable::Builder