Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dthread.c28 isc_thread_t *threadp) in isc_thread_create()
30 isc_thread_t thread; in isc_thread_create()
33 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id); in isc_thread_create()
45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { in isc_thread_join()
/freebsd/contrib/ntp/libntp/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 *);
/freebsd/contrib/ntp/libntp/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 *);
/freebsd/contrib/ntp/libntp/lib/isc/pthreads/
H A Dthread.c33 isc_thread_t *thread) in isc_thread_create()
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dtask.c142 isc_thread_t * threads;
1366 workers * sizeof(isc_thread_t)); in isc__taskmgr_create()