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

Method adjustSP

src/stackFrame_i386.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void StackFrame::adjustSP(const void* entry, const void* pc, uintptr_t& sp) {
124 // Not needed
125}
126
127bool StackFrame::checkInterruptedSyscall() {
128 return retval() == (uintptr_t)-EINTR;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected