Lines Matching defs:exit_val
530 void *exit_val;
593 exit_val = __kmp_launch_thread((kmp_info_t *)thr);
600 return exit_val;
1055 void *exit_val;
1081 status = pthread_join(th->th.th_info.ds.ds_thread, &exit_val);
1082 if (exit_val != th) {
1103 void *exit_val;
1110 status = pthread_join(th->th.th_info.ds.ds_thread, &exit_val);
1116 if (exit_val != th) {
1118 "exit_val = %p\n",
1119 th->th.th_info.ds.ds_gtid, exit_val));