Lines Matching refs:KMP_CHECK_SYSFAIL

425     KMP_CHECK_SYSFAIL("pthread_attr_init", status);  in __kmp_set_stack_info()
428 KMP_CHECK_SYSFAIL("pthread_attr_get_np", status); in __kmp_set_stack_info()
431 KMP_CHECK_SYSFAIL("pthread_getattr_np", status); in __kmp_set_stack_info()
434 KMP_CHECK_SYSFAIL("pthread_attr_getstack", status); in __kmp_set_stack_info()
440 KMP_CHECK_SYSFAIL("pthread_attr_destroy", status); in __kmp_set_stack_info()
494 KMP_CHECK_SYSFAIL("pthread_setcanceltype", status); in __kmp_launch_worker()
497 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_launch_worker()
511 KMP_CHECK_SYSFAIL("pthread_sigmask", status); in __kmp_launch_worker()
531 KMP_CHECK_SYSFAIL("pthread_sigmask", status); in __kmp_launch_worker()
571 KMP_CHECK_SYSFAIL("pthread_setcanceltype", status); in __kmp_launch_monitor()
574 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_launch_monitor()
650 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_launch_monitor()
662 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_launch_monitor()
676 KMP_CHECK_SYSFAIL("pthread_sigmask", status); in __kmp_launch_monitor()
887 KMP_CHECK_SYSFAIL("pthread_attr_getstacksize", status); in __kmp_create_monitor()
1196 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_enable()
1205 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_disable()
1317 KMP_CHECK_SYSFAIL("pthread_atfork", status); in __kmp_register_atfork()
1325 KMP_CHECK_SYSFAIL("pthread_mutexattr_init", status); in __kmp_suspend_initialize()
1327 KMP_CHECK_SYSFAIL("pthread_condattr_init", status); in __kmp_suspend_initialize()
1347 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_suspend_initialize_thread()
1350 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_suspend_initialize_thread()
1382 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_lock_suspend_mx()
1387 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_unlock_suspend_mx()
1650 KMP_CHECK_SYSFAIL("pthread_cond_signal", status); in __kmp_resume_template()
1690 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_resume_monitor()
1700 KMP_CHECK_SYSFAIL("pthread_cond_signal", status); in __kmp_resume_monitor()
1702 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_resume_monitor()
1716 KMP_CHECK_SYSFAIL("pthread_setspecific", status); in __kmp_gtid_set_specific()
1903 KMP_CHECK_SYSFAIL("pthread_key_create", status); in __kmp_runtime_initialize()
1905 KMP_CHECK_SYSFAIL("pthread_mutexattr_init", status); in __kmp_runtime_initialize()
1907 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_runtime_initialize()
1909 KMP_CHECK_SYSFAIL("pthread_mutexattr_destroy", status); in __kmp_runtime_initialize()
1911 KMP_CHECK_SYSFAIL("pthread_condattr_init", status); in __kmp_runtime_initialize()
1913 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_runtime_initialize()
1915 KMP_CHECK_SYSFAIL("pthread_condattr_destroy", status); in __kmp_runtime_initialize()
1935 KMP_CHECK_SYSFAIL("pthread_key_delete", status); in __kmp_runtime_destroy()
2555 KMP_CHECK_SYSFAIL("sem_wait", status); in __kmp_hidden_helper_worker_thread_wait()
2562 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_do_initialize_hidden_helper_threads()
2565 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_do_initialize_hidden_helper_threads()
2568 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_do_initialize_hidden_helper_threads()
2571 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_do_initialize_hidden_helper_threads()
2574 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_do_initialize_hidden_helper_threads()
2577 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_do_initialize_hidden_helper_threads()
2581 KMP_CHECK_SYSFAIL("sem_init", status); in __kmp_do_initialize_hidden_helper_threads()
2592 KMP_CHECK_SYSFAIL("pthread_create", status); in __kmp_do_initialize_hidden_helper_threads()
2599 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_threads_initz_wait()
2604 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_threads_initz_wait()
2608 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_threads_initz_wait()
2614 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_initz_release()
2617 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_initz_release()
2622 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_initz_release()
2629 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_main_thread_wait()
2634 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_main_thread_wait()
2638 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_main_thread_wait()
2645 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_main_thread_release()
2648 KMP_CHECK_SYSFAIL("pthread_cond_signal", status); in __kmp_hidden_helper_main_thread_release()
2654 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_main_thread_release()
2659 KMP_CHECK_SYSFAIL("sem_post", status); in __kmp_hidden_helper_worker_thread_signal()
2666 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_threads_deinitz_wait()
2671 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_threads_deinitz_wait()
2675 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_threads_deinitz_wait()
2680 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_threads_deinitz_release()
2683 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_threads_deinitz_release()
2688 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_threads_deinitz_release()