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

/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dsender.c516 send_thread(void *arg __unused) function
830 error = pthread_create(&td, NULL, send_thread, NULL);
H A Dreceiver.c501 send_thread(void *arg __unused) function
711 (void)send_thread(adhost);
/freebsd-current/sbin/ggate/ggatec/
H A Dggatec.c92 send_thread(void *arg __unused) function
450 send_thread(NULL);
/freebsd-current/sbin/ggate/ggated/
H A Dggated.c110 static void *send_thread(void *arg);
585 error = pthread_create(&td, NULL, send_thread, conn);
587 g_gate_xlog("pthread_create(send_thread): %s.",
793 send_thread(void *arg) function
/freebsd-current/sbin/hastd/
H A Dsecondary.c109 static void *send_thread(void *arg);
507 (void)send_thread(res);
859 send_thread(void *arg) function
/freebsd-current/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c701 pthread_t send_thread; local
703 if ((err = pthread_create(&send_thread, NULL, send_worker, &ctx))
714 pthread_join(send_thread, &send_err);

Completed in 172 milliseconds