Searched refs:thr_ref_count (Results 1 – 1 of 1) sorted by relevance
86 static uint32_t thr_ref_count; variable182 "increase thread reference count(%d).", thr_ref_count); in inc_thr_count()184 thr_ref_count++; in inc_thr_count()196 "decrease thread reference count(%d).", thr_ref_count); in dec_thr_count()198 thr_ref_count--; in dec_thr_count()211 ref = thr_ref_count; in get_thr_count()