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

Function close_streams

src/engine/execunix.cpp:436–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434 */
435
436static void close_streams( int const i, int const s )
437{
438 fclose( cmdtab[ i ].stream[ s ] );
439 cmdtab[ i ].stream[ s ] = 0;
440
441 close( cmdtab[ i ].fd[ s ] );
442 cmdtab[ i ].fd[ s ] = 0;
443
444 GET_WAIT_FD( i )[ s ].fd = -1;
445}
446
447
448/*

Callers 1

exec_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected