Searched refs:isc_threadresult_t (Results 1 – 5 of 5) sorted by relevance
68 typedef DWORD isc_threadresult_t; typedef70 typedef isc_threadresult_t (WINAPI *isc_threadfunc_t)(isc_threadarg_t);81 isc_thread_join(isc_thread_t, isc_threadresult_t *);
33 typedef void * isc_threadresult_t; typedef35 typedef isc_threadresult_t (*isc_threadfunc_t)(isc_threadarg_t);
45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { in isc_thread_join()
1273 static isc_threadresult_t1292 return ((isc_threadresult_t)0); in run()
[all...]