Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreadCrashReporter.cpp36 ThreadCrashReporter::ThreadCrashReporter(SignalCallback ThreadLocalCallback) in ThreadCrashReporter() argument
37 : Callback(std::move(ThreadLocalCallback)), Next(nullptr) { in ThreadCrashReporter()
H A DThreadCrashReporter.h29 ThreadCrashReporter(SignalCallback ThreadLocalCallback);