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 }
|