Home
last modified time | relevance | path

Searched refs:threadpool_cancel_job_async (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/sys/
H A Dthreadpool.h82 bool threadpool_cancel_job_async(struct threadpool *,
/netbsd-src/tests/rump/kernspace/
H A Dthreadpool.c227 rv = threadpool_cancel_job_async(pool, &data.job); in rumptest_threadpool_job_cancel()
/netbsd-src/sys/kern/
H A Dkern_threadpool.c897 threadpool_cancel_job_async(struct threadpool *pool, struct threadpool_job *job) in threadpool_cancel_job_async() function
953 if (threadpool_cancel_job_async(pool, job)) in threadpool_cancel_job()
/netbsd-src/share/man/man9/
H A DMakefile986 threadpool.9 threadpool_cancel_job_async.9