From 52949dcfda28205a25ff3fdd948cffca8c1602b6 Mon Sep 17 00:00:00 2001 From: Salikh Zakirov Date: Tue, 20 Mar 2007 21:56:22 +0300 Subject: [PATCH] hythread_cancel_all(): unlock the global lock by releasing iterator --- vm/thread/src/thread_native_basic.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/vm/thread/src/thread_native_basic.c b/vm/thread/src/thread_native_basic.c index 3dcb5e3..3d0e930 100644 --- a/vm/thread/src/thread_native_basic.c +++ b/vm/thread/src/thread_native_basic.c @@ -553,6 +553,7 @@ IDATA VMCALL hythread_cancel_all(hythread_group_t group) { //make any sense to exit on error, but continue terminating threads } } + hythread_iterator_release(&iter); return TM_ERROR_NONE; } -- 1.4.1.g4455