Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Draw_logging.cc84 abort_hook; variable
181 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
234 void RegisterAbortHook(AbortHook func) { abort_hook.Store(func); } in RegisterAbortHook()