Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_netbsd.c249 static int thread_nproc; variable
614 for (i = 0; i < thread_nproc; i++, pp++) in proc_from_thread()
764 &thread_nproc); in get_lwp_info()
769 if (thread_pbase == NULL || thread_nproc != thread_onproc) { in get_lwp_info()
771 thread_onproc = thread_nproc; in get_lwp_info()
772 thread_pbase = calloc(sizeof(struct kinfo_proc2), thread_nproc); in get_lwp_info()
778 memcpy(thread_pbase, pp, sizeof(struct kinfo_proc2) * thread_nproc); in get_lwp_info()