Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
bool StackFrame::checkInterruptedSyscall() {
105
return retval() == (uintptr_t)-EINTR;
106
}
107
108
bool StackFrame::isSyscall(instruction_t* pc) {
109
// swi #0
Callers
1
getThreadState
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected