Home
last modified time | relevance | path

Searched defs:CurrentStackTrace (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace() function
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc4971 std::string OsStackTraceGetter::CurrentStackTrace(int max_depth, int skip_count) in CurrentStackTrace() function in testing::internal::OsStackTraceGetter