QMUTEX_INLINEP bool FX::QMutex::setMutexDebugYield ( bool  v  )  [static, inherited]

Sets the debugging flag for mutexs in this process. See the main description above

Definition at line 786 of file int_QMutexImpl.h.

References FX::QMutexImpl::yieldAfterLock.

00787 {
00788 #ifndef FXDISABLE_THREADS
00789     bool old=QMutexImpl::yieldAfterLock;
00790     QMutexImpl::yieldAfterLock=v;
00791     return old;
00792 #endif
00793 }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:02 2009 for TnFOX by doxygen v1.4.7