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

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dntsvcs_clnt.c109 /* Bindings to remote MS-RPC services are now serialized on bind_mutex. */
110 static mutex_t bind_mutex; variable
333 (void) mutex_lock(&bind_mutex);
335 (void) mutex_unlock(&bind_mutex);
356 (void) mutex_unlock(&bind_mutex);
368 (void) mutex_unlock(&bind_mutex);
397 (void) mutex_unlock(&bind_mutex);
402 (void) mutex_lock(&bind_mutex);
408 (void) mutex_unlock(&bind_mutex);
435 (void) mutex_unlock(&bind_mutex);
[all...]

Completed in 22 milliseconds