Searched refs:nthr_create (Results 1 – 3 of 3) sorted by relevance
626 (void) fprintf(stderr, "nthr_create = %u\n", nthr_create); in report_htable_stats()655 Stk->nthr_create = 0; in make_lwp_stack()729 Stk->nthr_create = 0; in make_thr_stack()797 Stk->nthr_create = 0; in find_lwp_stack()839 Stk->nthr_create = 0; in find_stack()860 Stk->nthr_create = 0; in find_stack()901 Stk->nthr_create = nthr_create; in find_stack()944 Stk->nthr_create = 0; in get_tid()955 if (tref == Stk->tref && Stk->nthr_create == nthr_create) in get_tid()966 Stk->nthr_create = 0; in get_tid()[all …]
263 extern uint_t nthr_create; /* number of thr_create() calls seen so far */271 uint_t nthr_create; /* value of nthr_create last time we looked */ member
107 uint_t nthr_create; /* number of thr_create() calls seen so far */ variable