Searched refs:n_threads (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomcthd.c106 * The multiplier to apply to a pool's n_threads to get the queue depth.
232 unsigned16 n_threads; /* total number of threads in the pool */
375 unsigned32 /*n_threads*/,
382 unsigned32 /*n_threads*/,
737 for (i = 0, cthread = &p->ctbl[0]; i < p->n_threads; i++, cthread++)
800 ** n_threads number of call threads in the pool
825 unsigned32 n_threads,
839 if (n_threads == 0)
864 p->n_threads = n_threads;
231 unsigned16 n_threads; /* total number of threads in the pool */ member in struct:cthread_pool_elt_t
814 cthread_pool_alloc( unsigned32 n_threads, boolean32 is_default_pool, unsigned32 *status ) argument
929 cthread_pool_set_threadcnt( cthread_pool_elt_p_t p, unsigned32 n_threads, unsigned32 *status ) argument
1807 rpc_server_create_thread_pool( unsigned32 n_threads, rpc_thread_pool_handle_t *phandle, unsigned32 *status ) argument
[all...]

Completed in 59 milliseconds