Lines Matching refs:pipe2
1102 HANDLE pipe2[ 2 ]; in debug_start_child() local
1115 if ( ! CreatePipe( &pipe2[ 0 ], &pipe2[ 1 ], &sa, 0 ) ) in debug_start_child()
1128 CloseHandle( pipe2[ 0 ] ); in debug_start_child()
1129 CloseHandle( pipe2[ 1 ] ); in debug_start_child()
1139 sprintf( buf, "%p", pipe2[ 1 ] ); in debug_start_child()
1151 SetHandleInformation( pipe2[ 0 ], HANDLE_FLAG_INHERIT, 0 ); in debug_start_child()
1168 CloseHandle( pipe2[ 0 ] ); in debug_start_child()
1169 CloseHandle( pipe2[ 1 ] ); in debug_start_child()
1178 CloseHandle( pipe2[ 1 ] ); in debug_start_child()
1184 init_parent_handles( pipe1[ 1 ], pipe2[ 0 ] ); in debug_start_child()
1191 int pipe2[2]; in debug_start_child()
1201 if (pipe(pipe2) == -1) in debug_start_child()
1215 close( pipe2[ 0 ] ); in debug_start_child()
1216 close( pipe2[ 1 ] ); in debug_start_child()
1225 write_fd = pipe2[ 1 ]; in debug_start_child()
1226 close( pipe2[ 0 ] ); in debug_start_child()
1239 read_fd = pipe2[ 0 ]; in debug_start_child()
1242 close( pipe2[ 1 ] ); in debug_start_child()