diff options
author | Steve Huston <shuston@riverace.com> | 2003-03-26 16:16:39 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-03-26 16:16:39 +0000 |
commit | d957088a3143a8dd5a1421c3c5b641bb7c54e507 (patch) | |
tree | a153e4bec50a8404674c1c94bebe1fe6f92e59f3 /ace | |
parent | 4c0f0f62cc9bd6345e9324af474d67e12125ce94 (diff) | |
download | ATCD-d957088a3143a8dd5a1421c3c5b641bb7c54e507.tar.gz |
ChangeLogTag:Thu Mar 20 19:50:36 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/OS.i | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2630,8 +2630,9 @@ ACE_OS::recursive_mutex_cond_unlock (ACE_recursive_thread_mutex_t *m, state.relock_count_ = 0; while (m->LockCount > 0 # if !defined (ACE_HAS_WINCE) /* WinCE doesn't have RecursionCount */ - && m->RecursionCount > 1) + && m->RecursionCount > 1 # endif + ) { // 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 |