| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| thread.h | 38 typedef void *(*isc_threadfunc_t)(void *); typedef 45 isc_thread_main(isc_threadfunc_t, void *); 48 isc_thread_create(isc_threadfunc_t, void *, isc_thread_t *);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/ |
| thread.h | 37 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t); typedef 41 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| trampoline_p.h | 61 isc__trampoline_get(isc_threadfunc_t start_routine, isc_threadarg_t arg);
|
| trampoline.c | 34 isc_threadfunc_t start; 75 isc__trampoline_new(int tid, isc_threadfunc_t start, isc_threadarg_t arg) { 131 isc__trampoline_get(isc_threadfunc_t start, isc_threadarg_t arg) {
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/ |
| thread.h | 42 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t); typedef 45 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| thread.c | 55 isc_threadfunc_t func; 60 thread_wrap(isc_threadfunc_t func, void *arg) { 72 isc_threadfunc_t func = wrap->func; 112 isc_thread_main(isc_threadfunc_t func, void *arg) { 122 isc_thread_create(isc_threadfunc_t func, void *arg, isc_thread_t *thread) {
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/ |
| thread.h | 72 typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t); typedef 80 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/ |
| thread.c | 34 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg,
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/ |
| thread.c | 29 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg,
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/ |
| thread.c | 51 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg,
|
| /src/external/mpl/bind/dist/tests/bench/ |
| load-names.c | 99 isc_threadfunc_t thread;
|