Searched refs:send_thread (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sbin/hastd/ |
| H A D | secondary.c | 110 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 D | ggatec.c | 92 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 D | receiver.c | 501 send_thread(void *arg __unused) in send_thread() function 711 (void)send_thread(adhost); in adist_receiver()
|
| H A D | sender.c | 516 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 D | ggated.c | 110 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 D | libzfs_core.c | 701 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()
|