Searched refs:newthread (Results 1 – 3 of 3) sorted by relevance
65 isc_condition_thread_t *newthread; in register_thread() local69 newthread = malloc(sizeof(isc_condition_thread_t)); in register_thread()70 if (newthread == NULL) in register_thread()78 free(newthread); in register_thread()85 newthread->handle[LSIGNAL] = gblcond->events[LSIGNAL]; in register_thread()86 newthread->handle[LBROADCAST] = hc; in register_thread()87 newthread->th = thrd; in register_thread()92 ISC_LIST_APPEND(gblcond->threadlist, newthread, link); in register_thread()93 *localcond = newthread; in register_thread()
42 _thr_report_creation(struct pthread *curthread, struct pthread *newthread) in _thr_report_creation() argument45 curthread->event_buf.th_p = (uintptr_t)newthread; in _thr_report_creation()
839 struct pthread *newthread) __hidden;