Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dsecondary.c109 static void *send_thread(void *arg);
507 (void)send_thread(res); in hastd_secondary()
859 send_thread(void *arg) in send_thread() function
/freebsd/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/sbin/ggate/ggatec/
H A Dggatec.c94 send_thread(void *arg __unused) in send_thread() function
452 send_thread(NULL); in g_gatec_start()
/freebsd/sbin/ggate/ggated/
H A Dggated.c117 static void *send_thread(void *arg);
643 error = pthread_create(&td, NULL, send_thread, conn); in connection_launch()
851 send_thread(void *arg) in send_thread() function
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c708 pthread_t send_thread; in lzc_send_wrapper() local
710 if ((err = pthread_create(&send_thread, NULL, send_worker, &ctx)) in lzc_send_wrapper()
721 pthread_join(send_thread, &send_err); in lzc_send_wrapper()