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

/bind-9.11.3/lib/isc/nothreads/include/isc/
H A Dthread.h22 typedef void * isc_threadresult_t; typedef
/bind-9.11.3/lib/isc/pthreads/include/isc/
H A Dthread.h28 typedef void * isc_threadresult_t; typedef
30 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t);
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dthread.h59 typedef DWORD isc_threadresult_t; typedef
61 typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t);
72 isc_thread_join(isc_thread_t, isc_threadresult_t *);

Completed in 256 milliseconds