Searched refs:try_lock_called (Results 1 – 2 of 2) sorted by relevance
23 bool try_lock_called = false; variable29 try_lock_called = !try_lock_called; in try_lock()30 return try_lock_called; in try_lock()41 assert(try_lock_called == true); in main()56 assert(try_lock_called == false); in main()
24 bool try_lock_called = false; variable30 try_lock_called = !try_lock_called; in try_lock_shared()31 return try_lock_called; in try_lock_shared()42 assert(try_lock_called == true); in main()57 assert(try_lock_called == false); in main()