Searched refs:thr_func_t (Results 1 – 4 of 4) sorted by relevance
263 if (thr_create(NULL, 0, (thr_func_t)vntsd_console_thread, in create_console_thread()
413 typedef void *(*thr_func_t)(void *); typedef
490 if ((rv = thr_create(NULL, 0, (thr_func_t)vntsd_listen_thread, in create_listen_thread()
114 if (thr_create(NULL, 0, (thr_func_t)vntsd_write_thread, in create_write_thread()