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

  /src/external/mpl/bind/dist/lib/isc/include/isc/
thread.h 37 typedef pthread_t isc_thread_t; typedef
48 isc_thread_create(isc_threadfunc_t, void *, isc_thread_t *);
51 isc_thread_join(isc_thread_t thread, void **);
57 isc_thread_setname(isc_thread_t thread, const char *name);
  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
thread.h 39 typedef pthread_t isc_thread_t; typedef
45 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
48 isc_thread_join(isc_thread_t thread, isc_threadresult_t *result);
54 isc_thread_setname(isc_thread_t thread, const char *name);
  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
thread.h 34 typedef pthread_t isc_thread_t; typedef
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 69 typedef HANDLE isc_thread_t; typedef
80 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *);
83 isc_thread_join(isc_thread_t, isc_threadresult_t *);

Completed in 37 milliseconds