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

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c84 static pthread_t xmpp_tid = 0; variable
540 if (xmpp_tid) {
546 (void) pthread_join(xmpp_tid, NULL);
547 xmpp_tid = 0;
564 if (xmpp_tid != 0) {
582 (void) pthread_create(&xmpp_tid, NULL, xmpp_client_thr, NULL);

Completed in 15 milliseconds