From f985fded3ede8a7677ca6c9c77817d27bc9ae492 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Thu, 9 Sep 2010 16:01:49 -0700 Subject: Added lock_and_signal::signal_all(), and made the rust_kernel::join() use wait instead of yield. --- src/rt/rust_kernel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/rt/rust_kernel.h') diff --git a/src/rt/rust_kernel.h b/src/rt/rust_kernel.h index 6607bdbc..f85d55ac 100644 --- a/src/rt/rust_kernel.h +++ b/src/rt/rust_kernel.h @@ -75,8 +75,6 @@ public: * live on after their associated domain has died. This way we can safely * communicate with domains that may have died. * - * Although the message_queues list is synchronized, each individual - * message queue is lock free. */ indexed_list message_queues; -- cgit v1.2.3