Home
last modified time | relevance | path

Searched refs:el_mtx (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/isns/isnsd/
H A Dsched.c47 pthread_mutex_t el_mtx = PTHREAD_MUTEX_INITIALIZER; variable
312 (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()
H A Dobj.c61 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()