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

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

Completed in 59 milliseconds