Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c86 static uint32_t thr_ref_count; variable
182 "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()