HomeSort by: relevance | last modified time | path
    Searched defs:Once (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profiling.cc 50 // We use a global buffer queue, which gets initialized once at initialisation
427 static pthread_once_t Once = PTHREAD_ONCE_INIT;
429 &Once, +[] {
xray_fdr_logging.cc 311 // Once flushed, we should set the global status of the logging implementation
423 // Test once for required CPU features
569 static pthread_once_t Once = PTHREAD_ONCE_INIT;
571 &Once, +[] {
599 static pthread_once_t Once = PTHREAD_ONCE_INIT;
601 &Once, +[] {
xray_profile_collector.cc 385 static pthread_once_t Once = PTHREAD_ONCE_INIT;
389 &Once, +[]() XRAY_NEVER_INSTRUMENT {

Completed in 46 milliseconds