Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dprimary.c258 static void *remote_recv_thread(void *arg);
1092 error = pthread_create(&td, NULL, remote_recv_thread, res); in hastd_primary()
1700 remote_recv_thread(void *arg) in remote_recv_thread() function