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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_log_interface.cc 42 XRayLogImpl Impl;
66 XRayLogImpl Impl) XRAY_NEVER_INSTRUMENT {
67 if (Impl.flush_log == nullptr || Impl.handle_arg0 == nullptr ||
68 Impl.log_finalize == nullptr || Impl.log_init == nullptr)
80 NewModeImpl->Impl = Impl;
91 CurrentXRayImpl = it->Impl;
93 __xray_set_handler(it->Impl.handle_arg0)
    [all...]
xray_profiling.cc 498 XRayLogImpl Impl{
504 auto RegistrationResult = __xray_log_register_mode("xray-profiling", Impl);
xray_basic_logging.cc 467 XRayLogImpl Impl{
473 auto RegistrationResult = __xray_log_register_mode("xray-basic", Impl);
xray_fdr_logging.cc 729 XRayLogImpl Impl{
735 auto RegistrationResult = __xray_log_register_mode("xray-fdr", Impl);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 235 struct ScopedThread::Impl {
246 void ScopedThread::Impl::HandleEvent(Event *ev) {
331 void *ScopedThread::Impl::ScopedThreadCallback(void *arg) {
333 Impl *impl = (Impl*)arg; local in function:ScopedThread::Impl::ScopedThreadCallback
335 Event* ev = (Event*)atomic_load(&impl->event, memory_order_acquire);
341 atomic_store(&impl->event, 0, memory_order_release);
344 impl->HandleEvent(ev);
345 atomic_store(&impl->event, 0, memory_order_release)
    [all...]

Completed in 15 milliseconds