Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChangeLog rotatation and copyright year update | Alan Modra | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright years | Alan Modra | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | * workqueue-internal.h (Workqueue_threader::should_cancel_thread): | Cary Coutant | 2011-07-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Add thread_number parameter. (Workqueue_threader_threadpool::should_cancel_thread): Likewise. * workqueue-threads.cc (Workqueue_threader_threadpool::should_cancel_thread): Cancel current thread if its thread number is greater than desired thread count. * workqueue.cc (Workqueue_threader_single::should_cancel_thread): Add thread_number parameter. (Workqueue::should_cancel_thread): Likewise. (Workqueue::find_runnable_or_wait): Pass thread_number to should_cancel_thread. * workqueue.h (Workqueue::should_cancel_thread): Add thread_number parameter. | ||||
* | Update copyright years. Update language files. | Ian Lance Taylor | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 2007-12-14 | 1 | -53/+33 |
| | | | | reduces the amount of locking required to find a new thread to run. | ||||
* | Add threading support. | Ian Lance Taylor | 2007-11-22 | 1 | -0/+129 |