[inherited]
Sets the spin count.
Definition at line 616 of file int_QMutexImpl.h.
References FX::QMutexPrivate::spinCount.
00617 { 00618 #ifndef FXDISABLE_THREADS 00619 #ifdef USE_OURMUTEX 00620 p->spinCount=c; 00621 #endif 00622 #endif 00623 }