Searched refs:isc_thread_t (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/ntp/lib/isc/win32/ |
| H A D | thread.c | 28 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 D | app.c | 58 static isc_thread_t blockedthread; 75 static isc_thread_t main_thread;
|
| H A D | socket.c | 2712 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 D | thread.h | 67 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 D | thread.h | 32 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 D | thread.c | 33 isc_thread_t *thread) in isc_thread_create()
|
| /freebsd-13.1/contrib/ntp/lib/isc/ |
| H A D | task.c | 142 isc_thread_t * threads; 1366 workers * sizeof(isc_thread_t)); in isc__taskmgr_create()
|
| H A D | timer.c | 112 isc_thread_t thread;
|
| /freebsd-13.1/contrib/ntp/lib/isc/unix/ |
| H A D | socket.c | 406 isc_thread_t watcher;
|