Lines Matching refs:KMP_CHECK_SYSFAIL

490     KMP_CHECK_SYSFAIL("pthread_attr_init", status);  in __kmp_set_stack_info()
493 KMP_CHECK_SYSFAIL("pthread_attr_get_np", status); in __kmp_set_stack_info()
496 KMP_CHECK_SYSFAIL("pthread_getattr_np", status); in __kmp_set_stack_info()
499 KMP_CHECK_SYSFAIL("pthread_attr_getstack", status); in __kmp_set_stack_info()
505 KMP_CHECK_SYSFAIL("pthread_attr_destroy", status); in __kmp_set_stack_info()
559 KMP_CHECK_SYSFAIL("pthread_setcanceltype", status); in __kmp_launch_worker()
562 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_launch_worker()
576 KMP_CHECK_SYSFAIL("pthread_sigmask", status); in __kmp_launch_worker()
595 KMP_CHECK_SYSFAIL("pthread_sigmask", status); in __kmp_launch_worker()
635 KMP_CHECK_SYSFAIL("pthread_setcanceltype", status); in __kmp_launch_monitor()
638 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_launch_monitor()
714 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_launch_monitor()
726 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_launch_monitor()
740 KMP_CHECK_SYSFAIL("pthread_sigmask", status); in __kmp_launch_monitor()
951 KMP_CHECK_SYSFAIL("pthread_attr_getstacksize", status); in __kmp_create_monitor()
1258 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_enable()
1267 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_disable()
1377 KMP_CHECK_SYSFAIL("pthread_atfork", status); in __kmp_register_atfork()
1385 KMP_CHECK_SYSFAIL("pthread_mutexattr_init", status); in __kmp_suspend_initialize()
1387 KMP_CHECK_SYSFAIL("pthread_condattr_init", status); in __kmp_suspend_initialize()
1409 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_suspend_initialize_thread()
1412 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_suspend_initialize_thread()
1445 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_lock_suspend_mx()
1450 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_unlock_suspend_mx()
1662 KMP_CHECK_SYSFAIL("pthread_cond_signal", status); in __kmp_resume_template()
1695 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_resume_monitor()
1705 KMP_CHECK_SYSFAIL("pthread_cond_signal", status); in __kmp_resume_monitor()
1707 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_resume_monitor()
1721 KMP_CHECK_SYSFAIL("pthread_setspecific", status); in __kmp_gtid_set_specific()
1908 KMP_CHECK_SYSFAIL("pthread_key_create", status); in __kmp_runtime_initialize()
1910 KMP_CHECK_SYSFAIL("pthread_mutexattr_init", status); in __kmp_runtime_initialize()
1912 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_runtime_initialize()
1914 KMP_CHECK_SYSFAIL("pthread_condattr_init", status); in __kmp_runtime_initialize()
1916 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_runtime_initialize()
1936 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()