Home
last modified time | relevance | path

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

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