Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_basic_logging.cc88 static LogWriter *getLog() XRAY_NEVER_INSTRUMENT { in getLog() function
121 pthread_once(&OnceInit, +[] { LW = getLog(); }); in getGlobalLog()