Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/C/
H A Dmodules.c69 INIT_RWLOCK(new->ModRWLock); in GetModuleEntry()
139 WRITE_LOCK(me->ModRWLock); in Yap_NewModulePred()
142 WRITE_UNLOCK(me->ModRWLock); in Yap_NewModulePred()
/dports/lang/yap/yap-6.2.2/H/
H A DYatom.h357 rwlock_t ModRWLock; /* a read-write lock to protect the entry */ member