Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_netbsd.c251 static struct kinfo_proc2 *thread_pbase; variable
611 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()