HomeSort by: relevance | last modified time | path
    Searched defs:isc_threadarg_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
thread.h 41 typedef void *isc_threadarg_t; typedef
42 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t);
45 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
thread.h 36 typedef void * isc_threadarg_t; typedef
37 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t);
41 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
thread.h 71 typedef void * isc_threadarg_t; typedef
72 typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t);
80 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);

Completed in 28 milliseconds