Home
last modified time | relevance | path

Searched refs:isc_thread_create (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dquota_test.c251 isc_thread_create(quota_release, &quota, &g_threads[tnum]);
264 isc_thread_create(quota_release, &quota, in quota_detach()
281 isc_thread_create(quota_thread, &qtis[i], &threads[i]); in quota_thread()
H A Dnetmgr_test.c
H A Ddoh_test.c
H A Dmem_test.c497 isc_thread_create(mem_thread, mctx, &threads[i]);
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dthread.h41 * like isc_thread_create(), but run the function on the current
48 isc_thread_create(isc_threadfunc_t, void *, isc_thread_t *);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
H A Dthread.h45 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dthread.c122 isc_thread_create(isc_threadfunc_t func, void *arg, isc_thread_t *thread) { in isc_thread_yield()
43 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg, isc_thread_create() function
H A Dtimer.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
H A Dthread.c51 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg, in isc_thread_create() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtimer.c703 isc_thread_create(run, manager, &manager->thread); in isc_timermgr_create()
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dname_test.c988 isc_thread_create(fromwire_thread, NULL, &threads[i]);
H A Drbt_test.c1184 isc_thread_create(find_thread, mytree, &threads[i]); in find_thread()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c361 isc_thread_create(nm_thread, &mgr->workers[i], &worker->thread); in isc__netmgr_create()
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c3918 isc_thread_create(netthread, &manager->threads[i], in isc_socketmgr_create2()