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

/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c208 recv_thread(void *arg __unused) function
707 error = pthread_create(&td, NULL, recv_thread, adhost);
H A Dsender.c597 recv_thread(void *arg __unused) function
842 error = pthread_create(&td, NULL, recv_thread, NULL);
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c200 recv_thread(void *arg __unused) function
419 error = pthread_create(&recvtd, NULL, recv_thread, NULL);
422 g_gate_xlog("pthread_create(recv_thread): %s.",
/freebsd-11-stable/sbin/hastd/
H A Dsecondary.c110 static void *recv_thread(void *arg);
506 error = pthread_create(&td, NULL, recv_thread, res);
655 recv_thread(void *arg) function
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c109 static void *recv_thread(void *arg);
579 error = pthread_create(&td, NULL, recv_thread, conn);
581 g_gate_xlog("pthread_create(recv_thread): %s.",
623 recv_thread(void *arg) function

Completed in 86 milliseconds