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

/freebsd-12-stable/contrib/ntp/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;
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_event.c45 _thr_report_creation(struct pthread *curthread, struct pthread *newthread) argument
48 curthread->event_buf.th_p = (uintptr_t)newthread;
H A Dthr_private.h828 struct pthread *newthread) __hidden;
/freebsd-12-stable/contrib/gdb/gdb/
H A Duw-thread.c521 struct thread_info *newthread; local
523 if ((newthread = add_thread (ptid)) == NULL)
526 newthread->private = xmalloc (sizeof (struct private_thread_info));
527 newthread->private->stable = 1;
528 newthread->private->thrid = thrid;
529 newthread->private->lwpid = lwpid;
530 newthread->private->mapp = mapp;

Completed in 83 milliseconds