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

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dcondition.c65 isc_condition_thread_t *newthread; local
69 newthread = malloc(sizeof(isc_condition_thread_t));
70 if (newthread == NULL)
78 free(newthread);
85 newthread->handle[LSIGNAL] = gblcond->events[LSIGNAL];
86 newthread->handle[LBROADCAST] = hc;
87 newthread->th = thrd;
92 ISC_LIST_APPEND(gblcond->threadlist, newthread, link);
93 *localcond = newthread;

Completed in 9 milliseconds