Searched refs:LOG_THREADS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cc | 63 #define LOG_THREADS(...) \ macro 224 LOG_THREADS("Processing thread %d.\n", os_id); in ProcessThreads() 233 LOG_THREADS("Thread %d not found in registry.\n", os_id); in ProcessThreads() 252 LOG_THREADS("Stack at %p-%p (SP = %p).\n", stack_begin, stack_end, sp); in ProcessThreads() 257 LOG_THREADS("WARNING: stack pointer not in stack range.\n"); in ProcessThreads() 265 LOG_THREADS("Skipped %d guard page(s) to obtain stack %p-%p.\n", in ProcessThreads() 278 LOG_THREADS("TLS at %p-%p.\n", tls_begin, tls_end); in ProcessThreads() 298 LOG_THREADS("DTLS %zu at %p-%p.\n", j, dtls_beg, dtls_end); in ProcessThreads() 306 LOG_THREADS("Thread %d has DTLS under destruction.\n", os_id); in ProcessThreads()
|