Searched refs:nzombies (Results 1 – 4 of 4) sorted by relevance
862 udp->nzombies++; in _thrp_exit()864 ASSERT(udp->nzombies == 1); in _thrp_exit()1031 ASSERT(udp->nzombies >= 1); in _thrp_join()1041 udp->nzombies--; in _thrp_join()1734 ASSERT(udp->nzombies != 0); in postfork1_child()1739 udp->nzombies--; in postfork1_child()1751 ASSERT(udp->nzombies == 0); in postfork1_child()1753 udp->nzombies = 0; in postfork1_child()
954 int nzombies; /* total number of zombie threads */ member1168 int nzombies; member
611 int nzombies; in __td_ta_get_nthreads() local619 offsetof(uberdata_t, nzombies); in __td_ta_get_nthreads()625 offsetof(uberdata32_t, nzombies); in __td_ta_get_nthreads()638 if (ps_pdread(ph_p, nzombies_addr, &nzombies, sizeof (int)) != PS_OK) in __td_ta_get_nthreads()642 *nthread_p = nthreads + nzombies; in __td_ta_get_nthreads()
853 uberdata.nzombies, in d_uberdata()