Rewrite workqueue. This version eliminates the master thread, and

reduces the amount of locking required to find a new thread to run.
This commit is contained in:
Ian Lance Taylor
2007-12-14 19:00:21 +00:00
parent 7004837e8d
commit 17a1d0a9b2
33 changed files with 1491 additions and 1433 deletions

View File

@ -87,6 +87,7 @@ HFILES = \
target-reloc.h \
target-select.h \
tls.h \
token.h \
workqueue.h \
workqueue-internal.h