Lines Matching full:lock
41 rwlock_wrlock (elf->lock);
47 rwlock_unlock (elf->lock);
70 /* This is tricky. Lock must be acquire from the father to
71 the child but here we already have the child lock. We
72 solve this problem by giving free the child lock. The
75 rwlock_unlock (elf->lock);
76 rwlock_rdlock (parent->lock);
77 rwlock_wrlock (elf->lock);
91 rwlock_unlock (parent->lock);
195 rwlock_fini (elf->lock);