// Service bits. // These bits are set in gUserRun when some time consuming processing is // required. The quadros scheduler can preemt a thread only when it is // finished. As a consequence, in our system no thread is allowed to occupy // CPU for more than several seconds. // #define RUN_JTAG 0x00000001 #define RUN_DAQ 0x00000002 #define RUN_DBUG 0x00000004 // debugging services #define RUN_AUTOCONFIG 0x80000000