Searched defs:isc_threadfunc_t (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/nothreads/include/isc/
H A Dthread.h24 typedef void * isc_threadfunc_t; typedef
/bind-9.11.3/lib/isc/pthreads/include/isc/
H A Dthread.h30 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t); typedef
34 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dthread.h61 typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t); typedef
69 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);

Completed in 11 milliseconds