Searched refs:rlock (Results 1 – 6 of 6) sorted by relevance
126 rlock = thread.RLock()130 rlock.acquire()135 while rlock.acquire(blocking=False):136 rlock.release()140 self.assertRaises(KeyboardInterrupt, rlock.acquire, timeout=5)
9 [ 44.025025] (&(&r->consumer_lock)->rlock){+.+...}, at: [<ffffffff82de6c86>] tun_queue_purge+0xe…
9 [ 121.453507] (&(&r->consumer_lock)->rlock){+.+...}, at: [<ffffffff82df4347>] tun_device_event+0x…
10 [ 52.261501] (&(&hashinfo->ehash_locks[i])->rlock){+.?...}, at: [<ffffffff83a6a370>] inet_ehash_…
2521 ReleasableMutexLock rlock(&mu_); in test1() local2522 rlock.Release(); in test1()2526 ReleasableMutexLock rlock(&mu_); in test2() local2528 rlock.Release(); in test2()2533 ReleasableMutexLock rlock(&mu_); in test3() local2535 rlock.Release(); in test3()2540 ReleasableMutexLock rlock(&mu_); in test4() local2541 rlock.Release(); in test4()2542 rlock.Release(); // expected-warning {{releasing mutex 'mu_' that was not held}} in test4()2546 ReleasableMutexLock rlock(&mu_); in test5() local[all …]
129 See :ref:`rlock-objects`.