Searched refs:thread_pbase (Results 1 – 1 of 1) sorted by relevance
251 static struct kinfo_proc2 *thread_pbase; variable611 struct kinfo_proc2 *pp = thread_pbase; in proc_from_thread()769 if (thread_pbase == NULL || thread_nproc != thread_onproc) { in get_lwp_info()770 free(thread_pbase); in get_lwp_info()772 thread_pbase = calloc(sizeof(struct kinfo_proc2), thread_nproc); in get_lwp_info()773 if (thread_pbase == NULL) { in get_lwp_info()778 memcpy(thread_pbase, pp, sizeof(struct kinfo_proc2) * thread_nproc); in get_lwp_info()