MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / checkInterruptedSyscall

Method checkInterruptedSyscall

src/stackFrame_ppc64.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92bool StackFrame::checkInterruptedSyscall() {
93 return retval() == (uintptr_t)-EINTR;
94}
95
96bool StackFrame::isSyscall(instruction_t* pc) {
97 // sc/svc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected