aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flqueue.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-07-04 02:32:44 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-07-04 02:32:44 +0000
commita7bde0ac21a716bc1cbf08e1bc1545cce898b3fe (patch)
tree154c9b217a0d8c6b8e57791c0609e54ed3efa0a9 /externals/grill/flext/source/flqueue.cpp
parent59fa798c7217f1ef0262786bcb71bab104bceb8f (diff)
""
svn path=/trunk/; revision=745
Diffstat (limited to 'externals/grill/flext/source/flqueue.cpp')
-rwxr-xr-xexternals/grill/flext/source/flqueue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flqueue.cpp b/externals/grill/flext/source/flqueue.cpp
index 8e6431c8..d47666e3 100755
--- a/externals/grill/flext/source/flqueue.cpp
+++ b/externals/grill/flext/source/flqueue.cpp
@@ -85,7 +85,7 @@ static void QWork(bool qlock,bool syslock)
if(!qc) break;
#ifdef FLEXT_QTHR
- if(syslock) pd_lock();
+ if(syslock) sys_lock();
#endif
for(int i = 0; i < qc && qhead; ++i) {
@@ -160,7 +160,7 @@ static void QWork(bool qlock,bool syslock)
} // inner loop
#ifdef FLEXT_QTHR
- if(syslock) pd_unlock();
+ if(syslock) sys_unlock();
#endif
} // for(;;)