Searched defs:isc_threadarg_t (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/pthreads/include/isc/
H A Dthread.h34 typedef void * isc_threadarg_t; typedef
35 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t);
39 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dthread.h69 typedef void * isc_threadarg_t; typedef
70 typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t);
78 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);

Completed in 9 milliseconds