Searched refs:read_mutex (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c127 kmutex_t read_mutex; member in struct:xenbus_dev_data
376 mutex_init(&xbs->read_mutex, NULL, MUTEX_DRIVER, NULL);
419 mutex_destroy(&xbs->read_mutex);
452 mutex_enter(&xbs->read_mutex);
456 if (cv_wait_sig(&xbs->read_cv, &xbs->read_mutex) == 0) {
457 mutex_exit(&xbs->read_mutex);
474 mutex_exit(&xbs->read_mutex);
491 mutex_enter(&xbs->read_mutex);
497 mutex_exit(&xbs->read_mutex);
513 mutex_exit(&xbs->read_mutex);
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c51 static pthread_mutex_t read_mutex = {0}; variable
228 mutex_lock(&read_mutex); \
230 mutex_unlock(&read_mutex); \
383 mutex_lock(&read_mutex);
387 mutex_unlock(&read_mutex);
1213 mutex_lock(&read_mutex);
1216 mutex_unlock(&read_mutex);
1250 mutex_unlock(&read_mutex);
1260 mutex_unlock(&read_mutex);

Completed in 62 milliseconds