Home
last modified time | relevance | path

Searched refs:caller_tid (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp403 Frontier *frontier, tid_t caller_tid, in ProcessThreads() argument
432 if (suspended_threads.GetThreadID(i) == caller_tid) { in ProcessThreads()
631 Frontier *frontier, tid_t caller_tid, in ClassifyAllChunks() argument
641 ProcessThreads(suspended_threads, frontier, caller_tid, caller_sp); in ClassifyAllChunks()
733 ClassifyAllChunks(suspended_threads, &param->frontier, param->caller_tid, in CheckForLeaksCallback()
780 param.caller_tid = GetTid(); in CheckForLeaks()
H A Dlsan_common.h249 tid_t caller_tid;
245 tid_t caller_tid; global() member