QMUTEX_INLINEP void FX::QMutex::setSpinCount ( FXuint  c  )  [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 }


(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