MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / handler

Function handler

libminifi/src/utils/BackTrace.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150#ifdef HAS_EXECINFO
151void handler(int /*signr*/, siginfo_t* /*info*/, void* /*secret*/) {
152 std::unique_lock<std::mutex> lock(TraceResolver::getResolver().lock());
153 pull_trace();
154 TraceResolver::getResolver().notifyPullTracesDone(lock);
155}
156#endif
157
158void emplace_handler() {

Callers 2

registerCallbackMethod · 0.85
registerCallbackMethod · 0.85

Calls 3

pull_traceFunction · 0.85
lockMethod · 0.80
notifyPullTracesDoneMethod · 0.80

Tested by

no test coverage detected