Lines Matching refs:lock
3 /// an intervening function call that releases the lock.
43 identifier lock,unlock;
51 lock(E1@p,...)
67 identifier lock;
71 lock@p1 (E1@p,...);
74 lock@p2 (E1,...);
79 lock << r.lock;
82 cocci.print_main(lock,p1)
83 cocci.print_secs("second lock",p2)
88 lock << r.lock;
91 msg = "second lock on line %s" % (p2[0].line)