Lines Matching defs:th
203 kmp_info_t *th, C *flag) { in __kmp_win32_cond_wait()
317 void __kmp_suspend_initialize_thread(kmp_info_t *th) { in __kmp_suspend_initialize_thread()
337 void __kmp_suspend_uninitialize_thread(kmp_info_t *th) { in __kmp_suspend_uninitialize_thread()
347 int __kmp_try_suspend_mx(kmp_info_t *th) { in __kmp_try_suspend_mx()
351 void __kmp_lock_suspend_mx(kmp_info_t *th) { in __kmp_lock_suspend_mx()
355 void __kmp_unlock_suspend_mx(kmp_info_t *th) { in __kmp_unlock_suspend_mx()
363 kmp_info_t *th = __kmp_threads[th_gtid]; in __kmp_suspend_template() local
491 kmp_info_t *th = __kmp_threads[target_gtid]; in __kmp_resume_template() local
926 kmp_info_t *th = __kmp_threads[gtid]; in __kmp_terminate_thread() local
1144 void __kmp_create_worker(int gtid, kmp_info_t *th, size_t stack_size) { in __kmp_create_worker()
1219 int __kmp_still_running(kmp_info_t *th) { in __kmp_still_running()
1224 void __kmp_create_monitor(kmp_info_t *th) { in __kmp_create_monitor()
1291 int __kmp_is_thread_alive(kmp_info_t *th, DWORD *exit_val) { in __kmp_is_thread_alive()
1307 static void __kmp_reap_common(kmp_info_t *th) { in __kmp_reap_common()
1377 void __kmp_reap_monitor(kmp_info_t *th) { in __kmp_reap_monitor()
1409 void __kmp_reap_worker(kmp_info_t *th) { in __kmp_reap_worker()