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

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c87 static client_list_t clt_list = { NULL, NULL, PTHREAD_MUTEX_INITIALIZER }; variable
324 (void) pthread_mutex_lock(&clt_list.lock);
326 for (p = clt_list.head; p != NULL; p = p->next) {
330 (void) pthread_mutex_unlock(&clt_list.lock);
439 for (p = clt_list.head; p != NULL; p = p->next) {
457 (void) pthread_mutex_lock(&clt_list.lock);
460 (void) pthread_mutex_unlock(&clt_list.lock);
472 if (clt_list.head == NULL && clt_list.tail == NULL) {
473 clt_list
[all...]

Completed in 45 milliseconds