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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_init.cc 65 SpinMutexLock Guard(&XRayInitMutex);
85 SpinMutexLock Guard(&XRayInstrMapMutex);
xray_buffer_queue.cc 72 SpinMutexLock Guard(&Mutex);
168 SpinMutexLock Guard(&Mutex);
190 SpinMutexLock Guard(&Mutex);
xray_log_interface.cc 71 SpinMutexLock Guard(&XRayImplMutex);
87 SpinMutexLock Guard(&XRayImplMutex);
101 SpinMutexLock Guard(&XRayImplMutex);
110 SpinMutexLock Guard(&XRayImplMutex);
118 SpinMutexLock Guard(&XRayImplMutex);
125 SpinMutexLock Guard(&XRayImplMutex);
134 SpinMutexLock Guard(&XRayImplMutex);
142 SpinMutexLock Guard(&XRayImplMutex);
163 SpinMutexLock Guard(&XRayImplMutex);
182 SpinMutexLock Guard(&XRayImplMutex)
    [all...]
xray_interface.cc 193 SpinMutexLock Guard(&XRayInstrMapMutex);
251 SpinMutexLock Guard(&XRayInstrMapMutex);
317 SpinMutexLock Guard(&XRayInstrMapMutex);
465 SpinMutexLock Guard(&XRayInstrMapMutex);
479 SpinMutexLock Guard(&XRayInstrMapMutex);
xray_basic_logging.cc 81 thread_local atomic_uint8_t Guard{0};
166 // Use a simple recursion guard, to handle cases where we're already logging
169 RecursionGuard G(Guard);
280 RecursionGuard G(Guard);
xray_fdr_logging.cc 501 RecursionGuard Guard{Running};
502 if (!Guard)
531 RecursionGuard Guard{Running};
532 if (!Guard)
561 RecursionGuard Guard{Running};
562 if (!Guard)
591 RecursionGuard Guard{Running};
592 if (!Guard)
  /src/usr.bin/make/
make.h 565 } Guard;
823 Guard *Cond_ExtractGuard(const char *) MAKE_ATTR_USE;

Completed in 16 milliseconds