about summary refs log tree commit diff
path: root/src/rt/sync
diff options
context:
space:
mode:
authorEric Holk <eholk@mozilla.com>2011-07-27 12:29:38 -0700
committerEric Holk <eholk@mozilla.com>2011-07-28 10:47:28 -0700
commita5fe66e7065c0e91064f3a818ea901ecfb499b70 (patch)
tree52d5186c3ddbc4af42c3db3218cbaac909a75e6c /src/rt/sync
parent5302cde188bba80dd38c58eaafa792d621b0818c (diff)
Adding upcalls to to ref() and deref() tasks. This is the first step towards atomic reference counting of tasks.
Diffstat (limited to 'src/rt/sync')
-rw-r--r--src/rt/sync/lock_and_signal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/sync/lock_and_signal.cpp b/src/rt/sync/lock_and_signal.cpp
index f4c3778837d..67f6b107b3a 100644
--- a/src/rt/sync/lock_and_signal.cpp
+++ b/src/rt/sync/lock_and_signal.cpp
@@ -10,7 +10,7 @@
 #include "lock_and_signal.h"
 
 #if defined(__WIN32__)
-lock_and_signal::lock_and_signal() 
+lock_and_signal::lock_and_signal()
     : alive(true)
 {
     // FIXME: In order to match the behavior of pthread_cond_broadcast on