Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dprimary.c255 static void *ggate_recv_thread(void *arg);
1086 error = pthread_create(&td, NULL, ggate_recv_thread, res); in hastd_primary()
1222 ggate_recv_thread(void *arg) in ggate_recv_thread() function