Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/pthread/
Dposix-timer.h59 int refcount; member
104 timer->refcount++; in timer_addref()
110 if (--timer->refcount == 0) in timer_delref()
/glibc-2.36/sysdeps/htl/
Dtimer_routines.c529 timer->refcount = 1; in __timer_alloc()
542 assert (timer->refcount == 0); in __timer_dealloc()