Searched refs:unixpid (Results 1 – 1 of 1) sorted by relevance
834 int rc, status, unixpid; local835 if( (unixpid=fork())==0 ) {841 else if(unixpid == -1)844 while( (rc = wait(&status)) != unixpid && rc != -1 ) ;