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

/freebsd-10-stable/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dthread.h33 typedef void * isc_threadresult_t; typedef
35 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t);
/freebsd-10-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dthread.h68 typedef DWORD isc_threadresult_t; typedef
70 typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t);
81 isc_thread_join(isc_thread_t, isc_threadresult_t *);
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dthread.c45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) {
H A Dsocket.c359 static isc_threadresult_t WINAPI SocketIoThread(LPVOID ThreadContext);
2418 static isc_threadresult_t WINAPI
2593 return ((isc_threadresult_t)0);
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dtimer.c800 static isc_threadresult_t
842 return ((isc_threadresult_t)0);
H A Dtask.c1273 static isc_threadresult_t
1292 return ((isc_threadresult_t)0);
/freebsd-10-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c3791 static isc_threadresult_t
3908 return ((isc_threadresult_t)0);

Completed in 125 milliseconds