Searched refs:SetCreated (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 68 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()
|
D | sanitizer_thread_registry.h | 58 void SetCreated(uptr _user_id, u64 _unique_id, bool _detached,
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cpp | 81 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()
|
D | sanitizer_thread_registry.h | 64 void SetCreated(uptr _user_id, u64 _unique_id, bool _detached,
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | font_header_table.h | 69 virtual void SetCreated(int64_t date);
|
D | font_header_table.cc | 173 void FontHeaderTable::Builder::SetCreated(int64_t date) { in SetCreated() function in sfntly::FontHeaderTable::Builder
|