Searched refs:sa_refcntr (Results 1 – 1 of 1) sorted by relevance
52 static int sa_refcntr; variable57 # define INIT_LOCK() ({ __libc_lock_init (lock); sa_refcntr = 0; })58 # define ADD_REF() sa_refcntr++59 # define SUB_REF() --sa_refcntr