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

/macosx-10.9.5/bind9-45.100/bind9/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;
/macosx-10.9.5/ntp-88/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 76 milliseconds