QMUTEX_INLINEP bool FX::QMutex::isLocked (  )  const [inherited]

Returns if the mutex is locked.

Definition at line 594 of file int_QMutexImpl.h.

References FX::QMutexPrivate::lockCount.

00595 {
00596 #ifndef FXDISABLE_THREADS
00597     return p->lockCount>=0;
00598 #else
00599     return false;
00600 #endif
00601 }


(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