This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, rbraun/hurd_with_pthreads has been updated
via 653a755dd08dae5854e797d36b758af793bef1f9 (commit)
from c8d252c4e9e7d5263b8dc0e6cfef90992e65480d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 653a755dd08dae5854e797d36b758af793bef1f9
Author: Richard Braun <[email protected]>
Date: Fri Aug 17 12:00:12 2012 +0200
Slightly adjust thread accounting in libports
Instead of having two critical sections for that, one to determine if
a new thread is needed, the other to update counters, do both in the
same critical section. This avoids some unneeded thread creations.
-----------------------------------------------------------------------
Summary of changes:
libports/manage-multithread.c | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
hooks/post-receive
--
Hurd