Searched refs:io_mutex_cond (Results 1 – 8 of 8) sorted by relevance
59 pthread_mutex_t io_mutex_cond; variable378 pthread_mutex_init(&io_mutex_cond,NULL); in mumps_low_level_init_ooc_c_th()540 pthread_mutex_destroy(&io_mutex_cond); in mumps_clean_io_data_c_th()557 pthread_mutex_lock(&io_mutex_cond); in mumps_get_sem()559 pthread_mutex_unlock(&io_mutex_cond); in mumps_get_sem()570 pthread_mutex_lock(&io_mutex_cond); in mumps_wait_sem()573 pthread_cond_wait(cond, &io_mutex_cond); in mumps_wait_sem()576 pthread_mutex_unlock(&io_mutex_cond); in mumps_wait_sem()587 pthread_mutex_lock(&io_mutex_cond); in mumps_post_sem()593 pthread_mutex_unlock(&io_mutex_cond); in mumps_post_sem()
81 extern pthread_mutex_t io_mutex_cond;
25 pthread_mutex_t io_mutex_cond; variable344 pthread_mutex_init(&io_mutex_cond,NULL); in mumps_low_level_init_ooc_c_th()506 pthread_mutex_destroy(&io_mutex_cond); in mumps_clean_io_data_c_th()523 pthread_mutex_lock(&io_mutex_cond); in mumps_get_sem()525 pthread_mutex_unlock(&io_mutex_cond); in mumps_get_sem()536 pthread_mutex_lock(&io_mutex_cond); in mumps_wait_sem()539 pthread_cond_wait(cond, &io_mutex_cond); in mumps_wait_sem()542 pthread_mutex_unlock(&io_mutex_cond); in mumps_wait_sem()553 pthread_mutex_lock(&io_mutex_cond); in mumps_post_sem()559 pthread_mutex_unlock(&io_mutex_cond); in mumps_post_sem()
47 extern pthread_mutex_t io_mutex_cond;