Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dcondition.c65 isc_condition_thread_t *newthread; in register_thread() local
69 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()
/freebsd/lib/libthr/thread/
H A Dthr_event.c42 _thr_report_creation(struct pthread *curthread, struct pthread *newthread) in _thr_report_creation() argument
45 curthread->event_buf.th_p = (uintptr_t)newthread; in _thr_report_creation()
H A Dthr_private.h839 struct pthread *newthread) __hidden;