summaryrefslogtreecommitdiff
path: root/gold/workqueue-threads.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
|
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-119/+50
| | | | reduces the amount of locking required to find a new thread to run.
* Fix comment.Ian Lance Taylor2007-12-061-2/+3
|
* Add threading support.Ian Lance Taylor2007-11-221-0/+266