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

Method checkInterruptedSyscall

src/stackFrame_i386.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127bool StackFrame::checkInterruptedSyscall() {
128 return retval() == (uintptr_t)-EINTR;
129}
130
131bool StackFrame::isSyscall(instruction_t* pc) {
132 // int 0x80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected