mca_btl_tcp_pipe_to_progress 80 opal/mca/btl/tcp/btl_tcp.h extern int mca_btl_tcp_pipe_to_progress[2]; mca_btl_tcp_pipe_to_progress 92 opal/mca/btl/tcp/btl_tcp.h (void) opal_fd_write( mca_btl_tcp_pipe_to_progress[1], sizeof(opal_event_t*), \ mca_btl_tcp_pipe_to_progress 106 opal/mca/btl/tcp/btl_tcp_component.c int mca_btl_tcp_pipe_to_progress[2] = { -1, -1 }; mca_btl_tcp_pipe_to_progress 423 opal/mca/btl/tcp/btl_tcp_component.c if( -1 != mca_btl_tcp_pipe_to_progress[1] ) { mca_btl_tcp_pipe_to_progress 424 opal/mca/btl/tcp/btl_tcp_component.c close(mca_btl_tcp_pipe_to_progress[1]); mca_btl_tcp_pipe_to_progress 425 opal/mca/btl/tcp/btl_tcp_component.c mca_btl_tcp_pipe_to_progress[1] = -1; mca_btl_tcp_pipe_to_progress 436 opal/mca/btl/tcp/btl_tcp_component.c if( -1 != mca_btl_tcp_pipe_to_progress[0] ) { mca_btl_tcp_pipe_to_progress 437 opal/mca/btl/tcp/btl_tcp_component.c close(mca_btl_tcp_pipe_to_progress[0]); mca_btl_tcp_pipe_to_progress 438 opal/mca/btl/tcp/btl_tcp_component.c mca_btl_tcp_pipe_to_progress[0] = -1; mca_btl_tcp_pipe_to_progress 874 opal/mca/btl/tcp/btl_tcp_component.c assert( fd == mca_btl_tcp_pipe_to_progress[0] ); mca_btl_tcp_pipe_to_progress 1090 opal/mca/btl/tcp/btl_tcp_component.c if (0 != pipe(mca_btl_tcp_pipe_to_progress)) { mca_btl_tcp_pipe_to_progress 1098 opal/mca/btl/tcp/btl_tcp_component.c if((flags = fcntl(mca_btl_tcp_pipe_to_progress[0], F_GETFL, 0)) < 0) { mca_btl_tcp_pipe_to_progress 1103 opal/mca/btl/tcp/btl_tcp_component.c if(fcntl(mca_btl_tcp_pipe_to_progress[0], F_SETFL, flags) < 0) mca_btl_tcp_pipe_to_progress 1109 opal/mca/btl/tcp/btl_tcp_component.c mca_btl_tcp_pipe_to_progress[0],