diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-03-16 09:14:42 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-03-16 09:14:42 +0000 |
commit | c4ae9085357fd339676c55b2a400276874ce4202 (patch) | |
tree | d72cbc2225c62082e63a29e3fb9942da5b1c67e3 /ace | |
parent | e265017f9a8840799c534df42e045ab3613a8753 (diff) | |
download | ATCD-c4ae9085357fd339676c55b2a400276874ce4202.tar.gz |
ChangeLogTag: Sun Mar 16 09:12:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/OS.i | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2628,7 +2628,7 @@ ACE_OS::recursive_mutex_cond_unlock (ACE_recursive_thread_mutex_t *m, // it. Remember how many times, and reacquire it that many more times when // the condition is signaled. state.relock_count_ = 0; - while (m->LockCount > 0 && m->RecusionCount > 1) + while (m->LockCount > 0 && m->RecursionCount > 1) { // This may fail if the current thread doesn't own the mutex. If it // does fail, it'll be on the first try, so don't worry about resetting |