Lines Matching refs:lock
2 /// where the unlock is missing from an if branch, and there is a lock
5 /// supposed to exit with the lock held, or where there is some preceding
6 /// function call that releases the lock.
43 identifier lock,unlock;
51 lock(E1@p,...)
67 identifier lock,unlock;
71 *lock(E1@p,...);
86 lock << err.lock;
91 cocci.print_main(lock,p)
96 lock << err.lock;
101 msg = "preceding lock on line %s" % (p[0].line)