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

  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
thread.h 40 typedef void *isc_threadresult_t; typedef
42 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t);
48 isc_thread_join(isc_thread_t thread, isc_threadresult_t *result);
  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
thread.h 35 typedef void * isc_threadresult_t; typedef
37 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t);
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
thread.h 70 typedef DWORD isc_threadresult_t; typedef
72 typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t);
83 isc_thread_join(isc_thread_t, isc_threadresult_t *);

Completed in 51 milliseconds