HomeSort by: relevance | last modified time | path
    Searched refs:handle_arg0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_log_interface.h 188 void (*handle_arg0)(int32_t, XRayEntryType); member in struct:XRayLogImpl
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_log_interface.cc 67 if (Impl.flush_log == nullptr || Impl.handle_arg0 == nullptr ||
93 __xray_set_handler(it->Impl.handle_arg0);
109 Impl.handle_arg0 == nullptr || Impl.flush_log == nullptr) {
121 __xray_set_handler(Impl.handle_arg0);

Completed in 12 milliseconds