Searched refs:isc_threadarg_t (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/pthreads/include/isc/
H A Dthread.h29 typedef void * isc_threadarg_t; typedef
30 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t);
34 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
/bind-9.11.3/lib/isc/nothreads/include/isc/
H A Dthread.h23 typedef void * isc_threadarg_t; typedef
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dthread.h60 typedef void * isc_threadarg_t; typedef
61 typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t);
69 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
/bind-9.11.3/lib/isc/pthreads/
H A Dthread.c27 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg,
/bind-9.11.3/lib/isc/win32/
H A Dthread.c17 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg,

Completed in 29 milliseconds