diff options
| author | Michael Bebenita <mbebenita@mozilla.com> | 2010-09-09 16:01:49 -0700 |
|---|---|---|
| committer | Michael Bebenita <mbebenita@mozilla.com> | 2010-09-10 14:38:31 -0700 |
| commit | f985fded3ede8a7677ca6c9c77817d27bc9ae492 (patch) | |
| tree | bf956b68b6b5dfd8744a1b14e55425fac5ce6c3b /src/rt/rust_kernel.h | |
| parent | 79dc07d6487612ebf9ac62e43a5729ea774488b9 (diff) | |
| download | rust-f985fded3ede8a7677ca6c9c77817d27bc9ae492.tar.gz rust-f985fded3ede8a7677ca6c9c77817d27bc9ae492.zip | |
Added lock_and_signal::signal_all(), and made the rust_kernel::join() use wait instead of yield.
Diffstat (limited to 'src/rt/rust_kernel.h')
| -rw-r--r-- | src/rt/rust_kernel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_kernel.h b/src/rt/rust_kernel.h index 6607bdbc3a3..f85d55ac201 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<rust_message_queue> message_queues; |
