Lines Matching defs:exit_val
533 void *exit_val;
596 exit_val = __kmp_launch_thread((kmp_info_t *)thr);
603 return exit_val;
1071 void *exit_val;
1097 status = pthread_join(th->th.th_info.ds.ds_thread, &exit_val);
1098 if (exit_val != th) {
1119 void *exit_val;
1126 status = pthread_join(th->th.th_info.ds.ds_thread, &exit_val);
1132 if (exit_val != th) {
1134 "exit_val = %p\n",
1135 th->th.th_info.ds.ds_gtid, exit_val));