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()
1194 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_enable()
1203 KMP_CHECK_SYSFAIL("pthread_setcancelstate", status); in __kmp_disable()
1315 KMP_CHECK_SYSFAIL("pthread_atfork", status); in __kmp_register_atfork()
1323 KMP_CHECK_SYSFAIL("pthread_mutexattr_init", status); in __kmp_suspend_initialize()
1325 KMP_CHECK_SYSFAIL("pthread_condattr_init", status); in __kmp_suspend_initialize()
1345 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_suspend_initialize_thread()
1348 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_suspend_initialize_thread()
1380 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_lock_suspend_mx()
1385 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_unlock_suspend_mx()
1597 KMP_CHECK_SYSFAIL("pthread_cond_signal", status); in __kmp_resume_template()
1630 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_resume_monitor()
1640 KMP_CHECK_SYSFAIL("pthread_cond_signal", status); in __kmp_resume_monitor()
1642 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_resume_monitor()
1656 KMP_CHECK_SYSFAIL("pthread_setspecific", status); in __kmp_gtid_set_specific()
1843 KMP_CHECK_SYSFAIL("pthread_key_create", status); in __kmp_runtime_initialize()
1845 KMP_CHECK_SYSFAIL("pthread_mutexattr_init", status); in __kmp_runtime_initialize()
1847 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_runtime_initialize()
1849 KMP_CHECK_SYSFAIL("pthread_mutexattr_destroy", status); in __kmp_runtime_initialize()
1851 KMP_CHECK_SYSFAIL("pthread_condattr_init", status); in __kmp_runtime_initialize()
1853 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_runtime_initialize()
1855 KMP_CHECK_SYSFAIL("pthread_condattr_destroy", status); in __kmp_runtime_initialize()
1875 KMP_CHECK_SYSFAIL("pthread_key_delete", status); in __kmp_runtime_destroy()
2495 KMP_CHECK_SYSFAIL("sem_wait", status); in __kmp_hidden_helper_worker_thread_wait()
2502 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_do_initialize_hidden_helper_threads()
2505 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_do_initialize_hidden_helper_threads()
2508 KMP_CHECK_SYSFAIL("pthread_cond_init", status); in __kmp_do_initialize_hidden_helper_threads()
2511 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_do_initialize_hidden_helper_threads()
2514 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_do_initialize_hidden_helper_threads()
2517 KMP_CHECK_SYSFAIL("pthread_mutex_init", status); in __kmp_do_initialize_hidden_helper_threads()
2521 KMP_CHECK_SYSFAIL("sem_init", status); in __kmp_do_initialize_hidden_helper_threads()
2532 KMP_CHECK_SYSFAIL("pthread_create", status); in __kmp_do_initialize_hidden_helper_threads()
2539 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_threads_initz_wait()
2544 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_threads_initz_wait()
2548 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_threads_initz_wait()
2554 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_initz_release()
2557 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_initz_release()
2562 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_initz_release()
2569 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_main_thread_wait()
2574 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_main_thread_wait()
2578 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_main_thread_wait()
2585 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_main_thread_release()
2588 KMP_CHECK_SYSFAIL("pthread_cond_signal", status); in __kmp_hidden_helper_main_thread_release()
2594 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_main_thread_release()
2599 KMP_CHECK_SYSFAIL("sem_post", status); in __kmp_hidden_helper_worker_thread_signal()
2606 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_threads_deinitz_wait()
2611 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_threads_deinitz_wait()
2615 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_threads_deinitz_wait()
2620 KMP_CHECK_SYSFAIL("pthread_mutex_lock", status); in __kmp_hidden_helper_threads_deinitz_release()
2623 KMP_CHECK_SYSFAIL("pthread_cond_wait", status); in __kmp_hidden_helper_threads_deinitz_release()
2628 KMP_CHECK_SYSFAIL("pthread_mutex_unlock", status); in __kmp_hidden_helper_threads_deinitz_release()