Lines Matching refs:status
43 /* Nov - 91 - 2001 Modified - Changed scope of status variable */
44 /* - change the status of status variable from */
45 /* int *status to int status[1] */
395 void *status; /* exit status for light weight process */
500 if (pthread_join(thid[thrd_ndx], &status)) {
504 if (status == (void *)-1) {
507 thid[thrd_ndx], (long)status);