Home
last modified time | relevance | path

Searched refs:isc_threadresult_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/libntp/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/contrib/ntp/libntp/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/contrib/ntp/libntp/lib/isc/win32/
H A Dthread.c45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { in isc_thread_join()
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dtask.c1273 static isc_threadresult_t
1292 return ((isc_threadresult_t)0); in run()
/freebsd/contrib/ntp/
H A DCommitLog[all...]