Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ interrupted
Function
interrupted
v2/engine/execcmd.c:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
/* Returns whether an interrupt has been detected so far. */
108
109
int interrupted( void )
110
{
111
return intr != 0;
112
}
113
114
115
/* Internal interrupt handler. */
Callers
2
exec_wait
Function · 0.85
exec_wait
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected