Searched defs:svc_thread_creator (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c337 static void svc_thread_creator(SVCPOOL *);
660 (void) zthread_create(NULL, pool->p_stksize, svc_thread_creator,
1694 * svc_thread_creator() so that it can clean up the
1713 svc_thread_creator(SVCPOOL *pool) function
1718 "svc_thread_creator");

Completed in 83 milliseconds