QMUTEX_INLINEP FXuint FX::QMutex::spinCount (  )  const [inherited]

Returns the current spin count.

Definition at line 603 of file int_QMutexImpl.h.

References FX::QMutexPrivate::spinCount.

00604 {
00605 #ifndef FXDISABLE_THREADS
00606 #ifdef USE_OURMUTEX
00607     return p->spinCount;
00608 #else
00609     return 0;
00610 #endif
00611 #else
00612     return 0;
00613 #endif
00614 }


(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