Lines Matching refs:ds_thread
931 if (TerminateThread(th->th.th_info.ds.ds_thread, (DWORD)-1) == FALSE) { in __kmp_terminate_thread()
934 __kmp_free_handle(th->th.th_info.ds.ds_thread); in __kmp_terminate_thread()
1159 GetCurrentProcess(), &th->th.th_info.ds.ds_thread, 0, in __kmp_create_worker()
1164 (LPVOID)th, th->th.th_info.ds.ds_thread)); in __kmp_create_worker()
1208 th->th.th_info.ds.ds_thread = handle; in __kmp_create_worker()
1218 return (WAIT_TIMEOUT == WaitForSingleObject(th->th.th_info.ds.ds_thread, 0)); in __kmp_still_running()
1274 th->th.th_info.ds.ds_thread = handle; in __kmp_create_monitor()
1279 (void *)th->th.th_info.ds.ds_thread)); in __kmp_create_monitor()
1291 rc = GetExitCodeThread(th->th.th_info.ds.ds_thread, exit_val); in __kmp_is_thread_alive()
1349 __kmp_free_handle(th->th.th_info.ds.ds_thread); in __kmp_reap_common()
1364 th->th.th_info.ds.ds_gtid, th->th.th_info.ds.ds_thread)); in __kmp_reap_common()
1366 th->th.th_info.ds.ds_thread = 0; in __kmp_reap_common()
1379 (void *)th->th.th_info.ds.ds_thread)); in __kmp_reap_monitor()