enum FX::QThread::ThreadScheduler [inherited]

Specifies where this thread shall run.

Enumerator:
Auto 
InProcess  Place wherever the system feels is best.
InKernel  Try to run in-kernel.

Definition at line 984 of file QThread.h.

00985     {
00986         Auto=0,     
00987         InProcess,  
00988         InKernel    
00989     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:47 2009 for TnFOX by doxygen v1.4.7