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

/bind-9.6-ESV-R11/lib/isc/pthreads/include/isc/
H A Dthread.h32 typedef pthread_t isc_thread_t; typedef
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.h67 typedef HANDLE isc_thread_t; typedef
78 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
81 isc_thread_join(isc_thread_t, isc_threadresult_t *);

Completed in 2321 milliseconds