Home
last modified time | relevance | path

Searched defs:after_work_cb (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-loop-alive.c38 static void after_work_cb(uv_work_t* req, int status) { in after_work_cb() function
H A Dtest-threadpool.c38 static void after_work_cb(uv_work_t* req, int status) { in after_work_cb() function
H A Dbenchmark-queue-work.c40 static void after_work_cb(uv_work_t* req, int status) { in after_work_cb() function
H A Dtest-fork.c615 static void after_work_cb(uv_work_t* req, int status) { in after_work_cb() function
/netbsd-src/external/mit/libuv/dist/src/
H A Dthreadpool.c346 uv_after_work_cb after_work_cb) { in uv_queue_work()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c3202 isc_nm_after_workcb_t after_work_cb, void *data) { in isc_nm_work_offload()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1094 uv_after_work_cb after_work_cb; member
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c3586 isc_nm_work_offload(isc_nm_t * netmgr,isc_nm_workcb_t work_cb,isc_nm_after_workcb_t after_work_cb,void * data) isc_nm_work_offload() argument