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

Method checkInterruptedSyscall

src/stackFrame_arm.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool StackFrame::checkInterruptedSyscall() {
105 return retval() == (uintptr_t)-EINTR;
106}
107
108bool StackFrame::isSyscall(instruction_t* pc) {
109 // swi #0

Callers 1

getThreadStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected