Lines Matching full:refcount
407 refcount = 1;416 int refcount;436 void init() { sl = OS_SPINLOCK_INIT; refcount = 1; }444 int refcount;451 void init() { pthread_spin_init(&sl, 0); refcount = 1; }459 int refcount;466 void init() { pthread_mutex_init(&sl, 0); refcount = 1; }474 int refcount;