Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
kern_threadpool.c | 211 static threadpool_job_fn_t threadpool_job_dead; variable in typeref:typename:threadpool_job_fn_t 769 threadpool_job_dead(struct threadpool_job *job) function in typeref:typename:void 793 job->job_fn = threadpool_job_dead; |