Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c84 static pthread_t xmpp_tid = 0; variable
537 if (xmpp_tid) { in xmpp_stop()
543 (void) pthread_join(xmpp_tid, NULL); in xmpp_stop()
544 xmpp_tid = 0; in xmpp_stop()
561 if (xmpp_tid != 0) { in xmpp_start()
579 (void) pthread_create(&xmpp_tid, NULL, xmpp_client_thr, NULL); in xmpp_start()