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

/bind-9.11.3/lib/isc/win32/
H A Dsocket.c476 iocompletionport_createthreads(int total_threads, isc_socketmgr_t *manager) { argument
481 INSIST(total_threads > 0);
486 for (i = 0; i < total_threads; i++) {

Completed in 17 milliseconds