Searched refs:LOG_THREADS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| D | lsan_common.cpp | 63 #define LOG_THREADS(...) \ macro 283 LOG_THREADS("Processing thread %d.\n", os_id); in ProcessThreads() 292 LOG_THREADS("Thread %d not found in registry.\n", os_id); in ProcessThreads() 315 LOG_THREADS("Stack at %p-%p (SP = %p).\n", stack_begin, stack_end, sp); in ProcessThreads() 320 LOG_THREADS("WARNING: stack pointer not in stack range.\n"); in ProcessThreads() 328 LOG_THREADS("Skipped %d guard page(s) to obtain stack %p-%p.\n", in ProcessThreads() 341 LOG_THREADS("TLS at %p-%p.\n", tls_begin, tls_end); in ProcessThreads() 375 LOG_THREADS("DTLS %zu at %p-%p.\n", id, dtls_beg, dtls_end); in ProcessThreads() 383 LOG_THREADS("Thread %d has DTLS under destruction.\n", os_id); in ProcessThreads()
|