Searched refs:isc_threadresult_t (Results 1 - 9 of 9) sorted by relevance

/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/nothreads/include/isc/
H A Dthread.h22 typedef void * isc_threadresult_t; typedef
/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 *);
/bind-9.11.3/bin/tests/
H A Drwlock_test.c31 static isc_threadresult_t
59 return ((isc_threadresult_t)0);
62 static isc_threadresult_t
90 return ((isc_threadresult_t)0);
/bind-9.11.3/lib/isc/win32/
H A Dthread.c35 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) {
H A Dsocket.c359 static isc_threadresult_t WINAPI SocketIoThread(LPVOID ThreadContext);
2471 static isc_threadresult_t WINAPI
2648 return ((isc_threadresult_t)0);
/bind-9.11.3/lib/isc/
H A Dtimer.c777 static isc_threadresult_t
819 return ((isc_threadresult_t)0);
H A Dtask.c1302 static isc_threadresult_t
1321 return ((isc_threadresult_t)0);
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c4255 static isc_threadresult_t
4402 return ((isc_threadresult_t)0);

Completed in 988 milliseconds