Home
last modified time | relevance | path

Searched refs:bh_strlock (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/link_audit/common/
H A Ddumpbind.c67 if (query_lock(&bhp->bh_strlock) == 1) in query_buffer_locks()
96 if (query_lock(&bhp->bh_strlock) == 1) { in clear_buffer_locks()
97 (void) _lwp_mutex_unlock(&bhp->bh_strlock); in clear_buffer_locks()
120 (void) _lwp_mutex_lock(&bhp->bh_strlock); in set_buffer_locks()
H A Dbindings.h66 lwp_mutex_t bh_strlock; /* mutex to protect strings */ member
H A Dbindings.c178 bt_lock(&bhp->bh_strlock); in save_str()
192 bt_unlock(&bhp->bh_strlock); in save_str()
222 (void) memcpy(&bhp->bh_strlock, &sharedmutex, sizeof (lwp_mutex_t)); in init_locks()