Lines Matching refs:FALSE
147 int __kmp_init_runtime = FALSE;
184 FALSE, // non-signaled initially in __kmp_win32_cond_init()
342 KMP_ATOMIC_ST_REL(&th->th.th_suspend_init, FALSE); in __kmp_suspend_uninitialize_thread()
407 int deactivated = FALSE; in __kmp_suspend_template()
416 th->th.th_active = FALSE; in __kmp_suspend_template()
418 th->th.th_active_in_pool = FALSE; in __kmp_suspend_template()
920 __kmp_init_runtime = FALSE; in __kmp_runtime_destroy()
931 if (TerminateThread(th->th.th_info.ds.ds_thread, (DWORD)-1) == FALSE) { in __kmp_terminate_thread()
1008 __kmp_affinity_set_init_mask(gtid, FALSE); in __kmp_launch_worker()
1029 KMP_ASSERT(this_thr->th.th_info.ds.ds_stackgrow == FALSE); in __kmp_launch_worker()
1035 TCW_4(this_thr->th.th_info.ds.ds_alive, FALSE); in __kmp_launch_worker()
1135 TCW_4(this_thr->th.th_info.ds.ds_alive, FALSE); in __kmp_launch_monitor()
1160 FALSE, DUPLICATE_SAME_ACCESS); in __kmp_create_worker()
1185 TCW_4(th->th.th_info.ds.ds_stackgrow, FALSE); in __kmp_create_worker()
1240 __kmp_monitor_ev = CreateEvent(NULL, TRUE, FALSE, NULL); in __kmp_create_monitor()
1393 if (status == FALSE) { in __kmp_reap_monitor()
1510 status = SleepEx((DWORD)millis, FALSE); in __kmp_thread_sleep()