summaryrefslogtreecommitdiff
path: root/src/common/WorkQueue.cc
Commit message (Expand)AuthorAgeFilesLines
* workqueue: make debug output include active threadsSage Weil2012-10-221-3/+5
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* workqueue: make pause/unpause countSage Weil2012-02-151-7/+4
* heartbeatmap: add suicide graceSage Weil2011-08-291-2/+2
* WorkQueue: don't be chatty about finishing workersColin Patrick McCabe2011-08-231-1/+1
* heartbeatmap: we don't care about pthread_tSage Weil2011-07-281-2/+2
* heartbeatmap: simplify apiSage Weil2011-07-281-2/+2
* workqueue: register and time out worker threadsSage Weil2011-07-281-1/+16
* ThreadPool: de-globalizeColin Patrick McCabe2011-06-201-14/+14
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* logging: eliminate dbeginlColin Patrick McCabe2010-12-071-1/+1
* Bug #98: Movement of an underscore for a data structure identifierMarkus Elfring2010-06-171-2/+2
* debug: include timestamp + thread in _all_ debug outputSage Weil2010-03-241-1/+1
* workqueue: behave when multiple threads call drain()Sage Weil2010-02-171-2/+2
* workqueue: make drain() wait for processing AND queueSage Weil2010-02-091-2/+2
* filestore: use WorkQueue for ops (so we can have >1 thread issueing fs ops)Sage Weil2010-02-051-0/+1
* dout: print thread id hex (to match up with gdb)Sage Weil2010-01-281-1/+1
* workqueue: include types.hSage Weil2008-12-111-0/+1
* workqueue: drainSage Weil2008-12-101-1/+13
* workqueue: non-inline worker, control methods; debuggingSage Weil2008-12-101-0/+120