HomeSort by: relevance | last modified time | path
    Searched defs:threadpool_create (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_threadpool.c 380 threadpool_create(struct threadpool *const pool, struct cpu_info *ci, function in typeref:typename:int
512 error = threadpool_create(&tmp->tpu_pool, NULL, pri);
720 error = threadpool_create(*poolp, ci, pri);

Completed in 11 milliseconds