1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00
Mr.Mi 8e3b9eb705
Update aqs.md
Returns:
a negative value on failure; zero if acquisition in shared mode succeeded but no subsequent shared-mode acquire can succeed; and a positive value if acquisition in shared mode succeeded and subsequent shared-mode acquires might also succeed, in which case a subsequent waiting thread must check availability. (Support for three different return values enables this method to be used in contexts where acquires only sometimes act exclusively.) Upon success, this object has been acquired.
2022-06-27 18:06:56 +08:00
..
2022-06-27 18:06:56 +08:00
2022-03-25 10:45:27 +08:00
2022-04-24 10:23:05 +08:00
2022-04-28 12:20:36 +08:00