HomeSort by: relevance | last modified time | path
    Searched refs:threadpool_cancel_job_async (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
threadpool.h 82 bool threadpool_cancel_job_async(struct threadpool *,
  /src/tests/rump/kernspace/
threadpool.c 227 rv = threadpool_cancel_job_async(pool, &data.job);
  /src/sys/kern/
kern_threadpool.c 897 threadpool_cancel_job_async(struct threadpool *pool, struct threadpool_job *job) function in typeref:typename:bool
953 if (threadpool_cancel_job_async(pool, job))
  /src/share/man/man9/
Makefile 991 threadpool.9 threadpool_cancel_job_async.9

Completed in 14 milliseconds