Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c231 hash_table *threadhash; variable
1309 threadhash = hash_create(nproc > 100 ? nproc * 4 + 1 : 2053); in machine_init()
2096 op = (struct oldproc *)hash_lookup_pidthr(threadhash, pidthr); in getptable()
2101 hash_add_pidthr(threadhash, pidthr, (void *)op); in getptable()
2193 hip = hash_first_pidthr(threadhash, &pos); in getptable()