Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dsystem.c110 static int sa_refcntr; variable
115 # define INIT_LOCK() ({ __libc_lock_init (lock); sa_refcntr = 0; })
116 # define ADD_REF() sa_refcntr++
117 # define SUB_REF() --sa_refcntr

Completed in 3 milliseconds