aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/concurrent
Commit message (Expand)AuthorAge
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Distinguish between read and write locks for KeyedLocker.Gravatar Janak Ramakrishnan2015-12-10
* Migrated tests in devtools/build/lib/concurrent to JUnit 4.Gravatar Florian Weikert2015-11-30
* Cleanup ValueVisitor (and dirty QuiescingExecutor)Gravatar Mark Schaller2015-11-02
* Introduce ErrorClassifierGravatar Mark Schaller2015-11-02
* Introduce QuiescingExecutorGravatar Mark Schaller2015-11-02
* Process tasks in the AbstractQueueVisitor in LIFO order as opposed to FIFO or...Gravatar Janak Ramakrishnan2015-10-22
* Don't log SchedulerExceptions.Gravatar Nathan Harmata2015-10-20
* Allow other ExecutorService implementations in AbstractQueueVisitorGravatar Mark Schaller2015-10-13
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Don't allow subclasses of AQV to treat Errors as non-critical. Also update th...Gravatar Nathan Harmata2015-09-16
* 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