Lines Matching refs:ds_thread
933 if (TerminateThread(th->th.th_info.ds.ds_thread, (DWORD)-1) == FALSE) { in __kmp_terminate_thread()
936 __kmp_free_handle(th->th.th_info.ds.ds_thread); in __kmp_terminate_thread()
1161 GetCurrentProcess(), &th->th.th_info.ds.ds_thread, 0, in __kmp_create_worker()
1166 (LPVOID)th, th->th.th_info.ds.ds_thread)); in __kmp_create_worker()
1210 th->th.th_info.ds.ds_thread = handle; in __kmp_create_worker()
1220 return (WAIT_TIMEOUT == WaitForSingleObject(th->th.th_info.ds.ds_thread, 0)); in __kmp_still_running()
1276 th->th.th_info.ds.ds_thread = handle; in __kmp_create_monitor()
1281 (void *)th->th.th_info.ds.ds_thread)); in __kmp_create_monitor()
1293 rc = GetExitCodeThread(th->th.th_info.ds.ds_thread, exit_val); in __kmp_is_thread_alive()
1351 __kmp_free_handle(th->th.th_info.ds.ds_thread); in __kmp_reap_common()
1366 th->th.th_info.ds.ds_gtid, th->th.th_info.ds.ds_thread)); in __kmp_reap_common()
1368 th->th.th_info.ds.ds_thread = 0; in __kmp_reap_common()
1381 (void *)th->th.th_info.ds.ds_thread)); in __kmp_reap_monitor()