Searched defs:etm_resp_q_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c203 etm_resp_q_lock = PTHREAD_MUTEX_INITIALIZER; /* protects responder queue */ variable
1983 * the mutex etm_resp_q_lock must be held by the caller.
2096 (void) pthread_mutex_lock(&etm_resp_q_lock);
2099 (void) pthread_cond_wait(&etm_resp_q_cv, &etm_resp_q_lock);
2104 (void) pthread_mutex_unlock(&etm_resp_q_lock);
2705 (void) pthread_mutex_lock(&etm_resp_q_lock);
2709 &etm_resp_q_lock);
2711 (void) pthread_mutex_unlock(&etm_resp_q_lock);
2735 (void) pthread_mutex_unlock(&etm_resp_q_lock);
2750 (void) pthread_mutex_lock(&etm_resp_q_lock);
[all...]

Completed in 64 milliseconds