Home
last modified time | relevance | path

Searched refs:trace_thread (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp165 auto trace_thread = in StopTheWorld() local
167 CHECK(trace_thread); in StopTheWorld()
169 WaitForSingleObject(trace_thread, INFINITE); in StopTheWorld()
170 CloseHandle(trace_thread); in StopTheWorld()
/freebsd/sys/sys/
H A Dkdb.h53 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \ argument
58 .dbbe_trace_thread = trace_thread, \
/freebsd/sys/powerpc/powerpc/
H A Ddb_trace.c145 trace_thread = true; in db_backtrace()