Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c239 pthread_t port_tid, esi_tid, scn_tid; in main() local
398 if (pthread_create(&port_tid, NULL, in main()
460 (void) pthread_join(port_tid, NULL); in main()
462 "port watcher thread %d exited.", port_tid); in main()