Lines Matching refs:status
305 thread_sched_t *status; /* exit status for light weight process. */
308 thread_sched_t **status_table; /*pointer table of status address */
417 status = status_table[thrd_ndx];
418 if (pthread_join(thid[thrd_ndx], (void **)&status)) {
422 if (status == (thread_sched_t *) - 1) {
428 exp_prio[thrd_ndx] = status->exp_prio;
429 act_prio[thrd_ndx] = status->act_prio;
430 proc_id[thrd_ndx] = status->proc_num;
431 gen_pid[thrd_ndx] = status->procs_id;