Home
last modified time | relevance | path

Searched refs:shutdown_worker (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/concurrent/futures/
Dprocess.py249 def shutdown_worker(): function
295 shutdown_worker()
304 shutdown_worker()
327 shutdown_worker()
/external/fio/
Dworkqueue.c225 static void shutdown_worker(struct submit_worker *sw, unsigned int *sum_cnt) in shutdown_worker() function
258 shutdown_worker(sw, &sum_cnt); in workqueue_exit()