Lines Matching refs:ds_thread
828 if (TerminateThread(th->th.th_info.ds.ds_thread, (DWORD)-1) == FALSE) { in __kmp_terminate_thread()
831 __kmp_free_handle(th->th.th_info.ds.ds_thread); in __kmp_terminate_thread()
1061 GetCurrentProcess(), &th->th.th_info.ds.ds_thread, 0, in __kmp_create_worker()
1066 (LPVOID)th, th->th.th_info.ds.ds_thread)); in __kmp_create_worker()
1110 th->th.th_info.ds.ds_thread = handle; in __kmp_create_worker()
1120 return (WAIT_TIMEOUT == WaitForSingleObject(th->th.th_info.ds.ds_thread, 0)); in __kmp_still_running()
1176 th->th.th_info.ds.ds_thread = handle; in __kmp_create_monitor()
1181 (void *)th->th.th_info.ds.ds_thread)); in __kmp_create_monitor()
1193 rc = GetExitCodeThread(th->th.th_info.ds.ds_thread, exit_val); in __kmp_is_thread_alive()
1250 __kmp_free_handle(th->th.th_info.ds.ds_thread); in __kmp_reap_common()
1264 th->th.th_info.ds.ds_gtid, th->th.th_info.ds.ds_thread)); in __kmp_reap_common()
1266 th->th.th_info.ds.ds_thread = 0; in __kmp_reap_common()
1279 (void *)th->th.th_info.ds.ds_thread)); in __kmp_reap_monitor()