Home
last modified time | relevance | path

Searched refs:ares__thread_t (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares__threads.h53 typedef struct ares__thread ares__thread_t; typedef
56 ares_status_t ares__thread_create(ares__thread_t **thread,
58 ares_status_t ares__thread_join(ares__thread_t *thread, void **rv);
H A Dares__threads.c149 ares__thread_t *thread = lpParameter; in ares__thread_func()
155 ares_status_t ares__thread_create(ares__thread_t **thread, in ares__thread_create()
158 ares__thread_t *thr = NULL; in ares__thread_create()
181 ares_status_t ares__thread_join(ares__thread_t *thread, void **rv) in ares__thread_join()
371 ares_status_t ares__thread_create(ares__thread_t **thread, in ares__thread_create()
374 ares__thread_t *thr = NULL; in ares__thread_create()
393 ares_status_t ares__thread_join(ares__thread_t *thread, void **rv) in ares__thread_join()
481 ares_status_t ares__thread_create(ares__thread_t **thread, in ares__thread_create()
490 ares_status_t ares__thread_join(ares__thread_t *thread, void **rv) in ares__thread_join()
H A Dares_event.h87 ares__thread_t *thread;

Completed in 2 milliseconds