From 38384b99123e5e404631b53c9136d6177459e708 Mon Sep 17 00:00:00 2001 From: Salikh Zakirov Date: Tue, 20 Mar 2007 21:56:26 +0300 Subject: [PATCH] Explicitly mention thread lock handling in thread iterator functions --- vm/thread/src/thread_native_iterator.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/vm/thread/src/thread_native_iterator.c b/vm/thread/src/thread_native_iterator.c index 38d2660..bbdda5b 100644 --- a/vm/thread/src/thread_native_iterator.c +++ b/vm/thread/src/thread_native_iterator.c @@ -28,7 +28,8 @@ /** - * Creates the iterator that can be used to retrieve all threads in the specific group. + * Creates the iterator that can be used to retrieve all threads in the specific group + * and acquires the thread lock. * * @param[in] group thread group number */ @@ -42,7 +43,8 @@ hythread_iterator_t VMCALL hythread_iterator_create(hythread_group_t group) { } /** - * Releases the iterator over the specific thread group. + * Releases the iterator over the specific thread group and releases the thread + * lock. * * @param[in] it thread group iterator */ -- 1.4.1.g4455