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

/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c501 send_thread(void *arg __unused) function
711 (void)send_thread(adhost);
H A Dsender.c526 send_thread(void *arg __unused) function
840 error = pthread_create(&td, NULL, send_thread, NULL);
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c92 send_thread(void *arg __unused) function
426 send_thread(NULL);
/freebsd-11-stable/sbin/hastd/
H A Dsecondary.c112 static void *send_thread(void *arg);
510 (void)send_thread(res);
862 send_thread(void *arg) function
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c111 static void *send_thread(void *arg);
574 error = pthread_create(&td, NULL, send_thread, conn);
576 g_gate_xlog("pthread_create(send_thread): %s.",
769 send_thread(void *arg) function

Completed in 72 milliseconds