Home
last modified time | relevance | path

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

/minix/external/bsd/top/dist/machine/
H A Dm_netbsd.c249 static struct kinfo_proc2 *thread_pbase; variable
573 struct kinfo_proc2 *pp = thread_pbase; in proc_from_thread()
725 if (thread_pbase == NULL || thread_nproc != thread_onproc) { in get_lwp_info()
726 free(thread_pbase); in get_lwp_info()
728 thread_pbase = calloc(sizeof(struct kinfo_proc2), thread_nproc); in get_lwp_info()
729 if (thread_pbase == NULL) { in get_lwp_info()
734 memcpy(thread_pbase, pp, sizeof(struct kinfo_proc2) * thread_nproc); in get_lwp_info()