child_pid          56 opal/mca/compress/base/compress_base_fns.c     pid_t child_pid = 0;
child_pid          61 opal/mca/compress/base/compress_base_fns.c     child_pid = fork();
child_pid          62 opal/mca/compress/base/compress_base_fns.c     if( 0 == child_pid ) { /* Child */
child_pid          72 opal/mca/compress/base/compress_base_fns.c     else if(0 < child_pid) {
child_pid          73 opal/mca/compress/base/compress_base_fns.c         waitpid(child_pid, &status, 0);
child_pid         100 opal/mca/compress/base/compress_base_fns.c     pid_t child_pid = 0;
child_pid         103 opal/mca/compress/base/compress_base_fns.c     child_pid = fork();
child_pid         104 opal/mca/compress/base/compress_base_fns.c     if( 0 == child_pid ) { /* Child */
child_pid         114 opal/mca/compress/base/compress_base_fns.c     else if(0 < child_pid) {
child_pid         115 opal/mca/compress/base/compress_base_fns.c         waitpid(child_pid, &status, 0);
child_pid          55 opal/mca/compress/bzip/compress_bzip.h     int opal_compress_bzip_compress_nb(char *fname, char **cname, char **postfix, pid_t *child_pid);
child_pid          57 opal/mca/compress/bzip/compress_bzip.h     int opal_compress_bzip_decompress_nb(char *cname, char **fname, pid_t *child_pid);
child_pid          56 opal/mca/compress/bzip/compress_bzip_module.c     pid_t child_pid = 0;
child_pid          63 opal/mca/compress/bzip/compress_bzip_module.c     opal_compress_bzip_compress_nb(fname, cname, postfix, &child_pid);
child_pid          64 opal/mca/compress/bzip/compress_bzip_module.c     waitpid(child_pid, &status, 0);
child_pid          73 opal/mca/compress/bzip/compress_bzip_module.c int opal_compress_bzip_compress_nb(char * fname, char **cname, char **postfix, pid_t *child_pid)
child_pid          83 opal/mca/compress/bzip/compress_bzip_module.c     *child_pid = fork();
child_pid          84 opal/mca/compress/bzip/compress_bzip_module.c     if( *child_pid == 0 ) { /* Child */
child_pid         119 opal/mca/compress/bzip/compress_bzip_module.c     else if( *child_pid > 0 ) {
child_pid         136 opal/mca/compress/bzip/compress_bzip_module.c     pid_t child_pid = 0;
child_pid         143 opal/mca/compress/bzip/compress_bzip_module.c     opal_compress_bzip_decompress_nb(cname, fname, &child_pid);
child_pid         144 opal/mca/compress/bzip/compress_bzip_module.c     waitpid(child_pid, &status, 0);
child_pid         153 opal/mca/compress/bzip/compress_bzip_module.c int opal_compress_bzip_decompress_nb(char * cname, char **fname, pid_t *child_pid)
child_pid         176 opal/mca/compress/bzip/compress_bzip_module.c     *child_pid = fork();
child_pid         177 opal/mca/compress/bzip/compress_bzip_module.c     if( *child_pid == 0 ) { /* Child */
child_pid         219 opal/mca/compress/bzip/compress_bzip_module.c     else if( *child_pid > 0 ) {
child_pid          70 opal/mca/compress/compress.h     (char * fname, char **cname, char **postfix, pid_t *child_pid);
child_pid          84 opal/mca/compress/compress.h     (char * cname, char **fname, pid_t *child_pid);
child_pid          55 opal/mca/compress/gzip/compress_gzip.h     int opal_compress_gzip_compress_nb(char *fname, char **cname, char **postfix, pid_t *child_pid);
child_pid          57 opal/mca/compress/gzip/compress_gzip.h     int opal_compress_gzip_decompress_nb(char *cname, char **fname, pid_t *child_pid);
child_pid          56 opal/mca/compress/gzip/compress_gzip_module.c     pid_t child_pid = 0;
child_pid          63 opal/mca/compress/gzip/compress_gzip_module.c     opal_compress_gzip_compress_nb(fname, cname, postfix, &child_pid);
child_pid          64 opal/mca/compress/gzip/compress_gzip_module.c     waitpid(child_pid, &status, 0);
child_pid          73 opal/mca/compress/gzip/compress_gzip_module.c int opal_compress_gzip_compress_nb(char * fname, char **cname, char **postfix, pid_t *child_pid)
child_pid          83 opal/mca/compress/gzip/compress_gzip_module.c     *child_pid = fork();
child_pid          84 opal/mca/compress/gzip/compress_gzip_module.c     if( *child_pid == 0 ) { /* Child */
child_pid         119 opal/mca/compress/gzip/compress_gzip_module.c     else if( *child_pid > 0 ) {
child_pid         137 opal/mca/compress/gzip/compress_gzip_module.c     pid_t child_pid = 0;
child_pid         144 opal/mca/compress/gzip/compress_gzip_module.c     opal_compress_gzip_decompress_nb(cname, fname, &child_pid);
child_pid         145 opal/mca/compress/gzip/compress_gzip_module.c     waitpid(child_pid, &status, 0);
child_pid         154 opal/mca/compress/gzip/compress_gzip_module.c int opal_compress_gzip_decompress_nb(char * cname, char **fname, pid_t *child_pid)
child_pid         179 opal/mca/compress/gzip/compress_gzip_module.c     *child_pid = fork();
child_pid         180 opal/mca/compress/gzip/compress_gzip_module.c     if( *child_pid == 0 ) { /* Child */
child_pid         222 opal/mca/compress/gzip/compress_gzip_module.c     else if( *child_pid > 0 ) {
child_pid         192 opal/mca/crs/crs.h       pid_t *child_pid);
child_pid          56 opal/mca/crs/none/crs_none.h     int opal_crs_none_restart(    opal_crs_base_snapshot_t *snapshot, bool spawn_child, pid_t *child_pid);
child_pid          91 opal/mca/crs/none/crs_none_module.c int opal_crs_none_restart(opal_crs_base_snapshot_t *base_snapshot, bool spawn_child, pid_t *child_pid)
child_pid          98 opal/mca/crs/none/crs_none_module.c     *child_pid = getpid();
child_pid          79 opal/mca/crs/self/crs_self.h     int opal_crs_self_restart(    opal_crs_base_snapshot_t *snapshot, bool spawn_child, pid_t *child_pid);
child_pid         376 opal/mca/crs/self/crs_self_module.c int opal_crs_self_restart(opal_crs_base_snapshot_t *base_snapshot, bool spawn_child, pid_t *child_pid)
child_pid         437 opal/mca/crs/self/crs_self_module.c         *child_pid = fork();
child_pid         438 opal/mca/crs/self/crs_self_module.c         if( *child_pid == 0) {
child_pid         456 opal/mca/crs/self/crs_self_module.c         else if(*child_pid > 0) {
child_pid         462 opal/mca/crs/self/crs_self_module.c                         "crs:self: self_restart: CHILD: fork failed :(%d):", *child_pid);
child_pid          57 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     pid_t child_pid = 0;
child_pid          62 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     child_pid = fork();
child_pid          63 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     if( 0 == child_pid ) { /* Child */
child_pid          73 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     else if(0 < child_pid) {
child_pid          74 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         waitpid(child_pid, &status, 0);
child_pid         101 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     pid_t child_pid = 0;
child_pid         104 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     child_pid = fork();
child_pid         105 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     if( 0 == child_pid ) { /* Child */
child_pid         115 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c     else if(0 < child_pid) {
child_pid         116 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/base/pcompress_base_fns.c         waitpid(child_pid, &status, 0);
child_pid          70 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/pcompress.h     (char * fname, char **cname, char **postfix, pid_t *child_pid);
child_pid          84 opal/mca/pmix/pmix4x/pmix/src/mca/pcompress/pcompress.h     (char * cname, char **fname, pid_t *child_pid);
child_pid         167 opal/tools/opal-restart/opal-restart.c     int child_pid;
child_pid         321 opal/tools/opal-restart/opal-restart.c                                &child_pid);