MCPcopy Create free account
hub / github.com/boostorg/build / interrupted

Function interrupted

src/engine/execcmd.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108/* Returns whether an interrupt has been detected so far. */
109
110int interrupted( void )
111{
112 return intr != 0;
113}
114
115
116/* Internal interrupt handler. */

Callers 2

exec_waitFunction · 0.85
exec_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected