Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vntsd/
H A Dlisten.c263 if (thr_create(NULL, 0, (thr_func_t)vntsd_console_thread, in create_console_thread()
H A Dvntsd.h413 typedef void *(*thr_func_t)(void *); typedef
H A Dvntsdvcc.c489 if ((rv = thr_create(NULL, 0, (thr_func_t)vntsd_listen_thread, in create_listen_thread()
H A Dconsole.c112 if (thr_create(NULL, 0, (thr_func_t)vntsd_write_thread, in create_write_thread()