Home
last modified time | relevance | path

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

/external/libxml2/os400/dlfcn/
Ddlfcn.c84 unsigned int lockcount; /* Mutex lock count. */ member
189 p->lockcount = 0; in dlthreadinit()
212 if (p && p->lockcount) { in dllock()
213 p->lockcount++; in dllock()
224 p->lockcount++; in dllock()
240 if (p && p->lockcount > 1) { in dlunlock()
241 p->lockcount--; in dlunlock()
252 p->lockcount--; in dlunlock()