Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/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()
H A Dapp.c58 static isc_thread_t blockedthread;
75 static isc_thread_t main_thread;
H A Dsocket.c2712 if (isc_thread_join((isc_thread_t) manager->hIOCPThreads[i], in isc__socketmgr_destroy()
/freebsd-13.1/contrib/ntp/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-13.1/contrib/ntp/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-13.1/contrib/ntp/lib/isc/pthreads/
H A Dthread.c33 isc_thread_t *thread) in isc_thread_create()
/freebsd-13.1/contrib/ntp/lib/isc/
H A Dtask.c142 isc_thread_t * threads;
1366 workers * sizeof(isc_thread_t)); in isc__taskmgr_create()
H A Dtimer.c112 isc_thread_t thread;
/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dsocket.c406 isc_thread_t watcher;