Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/hastd/
H A Dsecondary.c110 static void *send_thread(void *arg);
508 (void)send_thread(res); in hastd_secondary()
860 send_thread(void *arg) in send_thread() function
/freebsd-14.2/sbin/ggate/ggatec/
H A Dggatec.c92 send_thread(void *arg __unused) in send_thread() function
450 send_thread(NULL); in g_gatec_start()
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c501 send_thread(void *arg __unused) in send_thread() function
711 (void)send_thread(adhost); in adist_receiver()
H A Dsender.c516 send_thread(void *arg __unused) in send_thread() function
830 error = pthread_create(&td, NULL, send_thread, NULL); in adist_sender()
/freebsd-14.2/sbin/ggate/ggated/
H A Dggated.c110 static void *send_thread(void *arg);
585 error = pthread_create(&td, NULL, send_thread, conn); in connection_launch()
793 send_thread(void *arg) in send_thread() function
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c701 pthread_t send_thread; in lzc_send_wrapper() local
703 if ((err = pthread_create(&send_thread, NULL, send_worker, &ctx)) in lzc_send_wrapper()
714 pthread_join(send_thread, &send_err); in lzc_send_wrapper()