Searched refs:nzombies (Results 1 – 4 of 4) sorted by relevance
861 udp->nzombies++; in _thrp_exit()863 ASSERT(udp->nzombies == 1); in _thrp_exit()1030 ASSERT(udp->nzombies >= 1); in _thrp_join()1040 udp->nzombies--; in _thrp_join()1733 ASSERT(udp->nzombies != 0); in postfork1_child()1738 udp->nzombies--; in postfork1_child()1750 ASSERT(udp->nzombies == 0); in postfork1_child()1752 udp->nzombies = 0; in postfork1_child()
931 int nzombies; /* total number of zombie threads */ member1144 int nzombies; member
585 int nzombies; in __td_ta_get_nthreads() local593 offsetof(uberdata_t, nzombies); in __td_ta_get_nthreads()599 offsetof(uberdata32_t, nzombies); in __td_ta_get_nthreads()612 if (ps_pdread(ph_p, nzombies_addr, &nzombies, sizeof (int)) != PS_OK) in __td_ta_get_nthreads()616 *nthread_p = nthreads + nzombies; in __td_ta_get_nthreads()
848 uberdata.nzombies, in d_uberdata()