aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/concurrent/RefCountedMultisetKeyedLocker.java
Commit message (Expand)AuthorAge
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add a new KeyedLocker, StripedKeyedLocker. This new implementation simply sto...Gravatar Eric Fellheimer2015-09-03
* Increase number of stripes in our keyed locker.Gravatar Eric Fellheimer2015-08-18
* Delete Batch locking, which is unused as of this CL.Gravatar Eric Fellheimer2015-08-12
* Use Multiset#remove(object, int) to avoid having to query the count after rem...Gravatar Nathan Harmata2015-08-11
* Change getBatch signature from Set to Iterable since Iterable is all that's n...Gravatar Janak Ramakrishnan2015-04-30
* Introduce KeyedLocker#lockBatch, which does what it sounds like it does.Gravatar Nathan Harmata2015-04-06
* Some minor improvements to KeyedLocker:Gravatar Nathan Harmata2015-04-03
* Introduce KeyedLocker, a nice concurrency abstraction for managing lots of mu...Gravatar Nathan Harmata2015-03-10