Home
last modified time | relevance | path

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

/titanic_44/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); in notify_event()
326 for (p = clt_list.head; p != NULL; p = p->next) { in notify_event()
330 (void) pthread_mutex_unlock(&clt_list.lock); in notify_event()
439 for (p = clt_list.head; p != NULL; p = p->next) { in find_client()
457 (void) pthread_mutex_lock(&clt_list.lock); in xmpp_add_client()
460 (void) pthread_mutex_unlock(&clt_list.lock); in xmpp_add_client()
472 if (clt_list.head == NULL && clt_list.tail == NULL) { in xmpp_add_client()
473 clt_list.head = clt; in xmpp_add_client()
474 clt_list.tail = clt; in xmpp_add_client()
[all …]