Searched refs:el_mtx (Results 1 – 2 of 2) sorted by relevance
47 pthread_mutex_t el_mtx = PTHREAD_MUTEX_INITIALIZER; variable312 (void) pthread_mutex_lock(&el_mtx); in el_add()432 (void) pthread_mutex_unlock(&el_mtx); in el_add()469 (void) pthread_mutex_lock(&el_mtx); in el_remove()473 (void) pthread_mutex_unlock(&el_mtx); in el_remove()543 (void) pthread_mutex_unlock(&el_mtx); in el_remove()569 (void) pthread_mutex_lock(&el_mtx); in el_first()610 (void) pthread_mutex_unlock(&el_mtx); in el_first()
61 extern pthread_mutex_t el_mtx;1641 (void) pthread_mutex_lock(&el_mtx); in get_timestamp()1653 (void) pthread_mutex_unlock(&el_mtx); in get_timestamp()