aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/concurrent
Commit message (Expand)AuthorAge
* Add a new KeyedLocker, StripedKeyedLocker. This new implementation simply sto...Gravatar Eric Fellheimer2015-09-03
* Delete Batch locking, which is unused as of this CL.Gravatar Eric Fellheimer2015-08-12
* Rollback of commit 6f049bb19941b89d16364b26cca66aae09f9cb42.Gravatar Nathan Harmata2015-06-26
* Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutd...Gravatar Eric Fellheimer2015-06-19
* Introduce a simple concurrent Multimap-like data structure with reference cou...Gravatar Nathan Harmata2015-06-16
* Undo development-only change to the number of threads in test that mistakenly...Gravatar Nathan Harmata2015-06-16
* 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
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25