Home
last modified time | relevance | path

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

/dflybsd-src/sbin/svc/
H A Dremote.c53 static void *remote_listener_thread(void *arg);
225 pthread_create(&conn->td, NULL, remote_listener_thread, conn); in remote_listener()
229 remote_listener_thread(void *arg) in remote_listener_thread() function