(in_flight_stack): New variable. (stack_list_del): New function. Use instead of...
commit5846e22fbfab60c75547d5a619029d297864d86a
authorUlrich Drepper <drepper@redhat.com>
Wed, 7 Jan 2009 23:45:39 +0000 (7 23:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 7 Jan 2009 23:45:39 +0000 (7 23:45 +0000)
tree53547f2a97e16171654dc4196822957ab21a5f57
parentc90c1e1c9909bf1549f1d1226d2af61791f1f3c7
(in_flight_stack): New variable. (stack_list_del): New function.  Use instead of list_del. (stack_list_add): New function.  Use instead of list_add when adding to stack_cache and stack_used lists. (__reclaim_stacks): Complete operations on stack_cache and stack_used lists when the fork call interrupted another thread.
nptl/allocatestack.c