Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h117 InternalScopedString task_path_; variable
H A Dsanitizer_linux.cpp1088 task_path_.AppendF("/proc/%d/task", pid); in ThreadLister()
1093 int descriptor = internal_open(task_path_.data(), O_RDONLY | O_DIRECTORY); in ListThreads()
1095 Report("Can't open %s for reading.\n", task_path_.data()); in ListThreads()
1109 Report("Can't read directory entries from %s.\n", task_path_.data()); in ListThreads()
1149 status_path_.AppendF("%s/%llu/status", task_path_.data(), tid); in LoadStatus()