Home
last modified time | relevance | path

Searched refs:GetTid (Results 1 – 25 of 45) sorted by relevance

12

/external/libgav1/libgav1/src/utils/
Dthreadpool.cc43 static pid_t GetTid() { return gettid(); } in GetTid() function
48 static pid_t GetTid() { return gettid(); } in GetTid() function
52 static pid_t GetTid() { return static_cast<pid_t>(syscall(SYS_gettid)); } in GetTid() function
223 pid_t id = GetTid(); in SetupName()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_basic_logging.cpp239 R.TId = GetTid(); in InMemoryRawLog()
287 R.TId = GetTid(); in InMemoryRawLogWithArg()
348 Report("Cleaned up log for TID: %d\n", GetTid()); in TLDDestructor()
353 Report("Skipping buffer for TID: %d; Offset = %llu\n", GetTid(), in TLDDestructor()
Dxray_fdr_controller.h75 TId = GetTid(); in setupNewBuffer()
/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_signals_standalone.cpp54 HandleDeadlySignal(siginfo, context, GetTid(), &OnStackUnwind, nullptr); in UBsanOnDeadlySignal()
/external/compiler-rt/lib/lsan/
Dlsan.cc84 ThreadStart(tid, GetTid()); in __lsan_init()
Dlsan_thread.cc134 CurrentThreadContext()->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
Dlsan_interceptors.cc224 ThreadStart(tid, GetTid()); in __lsan_thread_start_func()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cpp97 arg->reported_tid = GetTid(); in TidReporterThread()
143 tid_t self_tid = GetTid(); in TEST_F()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc97 arg->reported_tid = GetTid(); in TidReporterThread()
146 pid_t self_tid = GetTid(); in TEST_F()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_thread.cpp98 CurrentThreadContext()->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
Dlsan_posix.cpp80 ThreadStart(tid, GetTid()); in InitializeMainThread()
Dlsan_fuchsia.cpp58 ThreadContextLsanBase::ThreadStart(tid, GetTid(), ThreadType::Regular, &args); in ThreadStart()
Dlsan_mac.cpp72 ThreadStart(tid, GetTid()); in lsan_register_worker_thread()
/external/llvm-project/compiler-rt/lib/safestack/
Dsafestack_platform.h68 inline ThreadId GetTid() { in GetTid() function
Dsafestack.cpp172 ThreadId tid = GetTid(); in thread_cleanup_handler()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cc142 ThreadStart(thr, tid, GetTid()); in my_pthread_introspection_hook()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.cpp218 context->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
Dmemprof_interceptors.cpp156 return t->ThreadStart(GetTid(), &param->is_registered); in memprof_thread_start()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_mac.cpp152 asanThreadRegistry().StartThread(t->tid(), GetTid(), ThreadType::Worker, in asan_register_worker_thread()
Dasan_win.cpp137 return t->ThreadStart(GetTid(), /* signal_thread_is_registered */ nullptr); in asan_thread_start()
/external/compiler-rt/lib/asan/
Dasan_win.cc97 return t->ThreadStart(GetTid(), /* signal_thread_is_registered */ nullptr); in asan_thread_start()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_rtems.cpp66 tid_t GetTid() { return GetThreadSelf(); } in GetTid() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cpp220 ThreadStart(thr, tid, GetTid(), ThreadType::Worker); in my_pthread_introspection_hook()
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dprofile_collector_test.cpp206 std::move(Buffers), GetTid()); in threadProcessing()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc65 uptr GetTid() { in GetTid() function
70 return GetTid(); in GetThreadSelf()

12