Lines Matching refs:ULONG
65 ULONG _tx_thread_created_count;
74 volatile ULONG _tx_thread_system_state = TX_INITIALIZE_IN_PROGRESS;
82 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32];
90 ULONG _tx_thread_priority_map_active;
102 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
110 ULONG _tx_thread_preempted_map_active;
175 ULONG _tx_build_options;
193 ULONG _tx_thread_performance_resume_count;
199 ULONG _tx_thread_performance_suspend_count;
205 ULONG _tx_thread_performance_solicited_preemption_count;
212 ULONG _tx_thread_performance_interrupt_preemption_count;
218 ULONG _tx_thread_performance_priority_inversion_count;
225 ULONG _tx_thread_performance_time_slice_count;
232 ULONG _tx_thread_performance_relinquish_count;
238 ULONG _tx_thread_performance_timeout_count;
244 ULONG _tx_thread_performance_wait_abort_count;
250 ULONG _tx_thread_performance_idle_return_count;
256 ULONG _tx_thread_performance_non_idle_return_count;
262 ULONG _tx_thread_performance__execute_log_index;
374 _tx_thread_performance_resume_count = ((ULONG) 0); in _tx_thread_initialize()
375 _tx_thread_performance_suspend_count = ((ULONG) 0); in _tx_thread_initialize()
376 _tx_thread_performance_solicited_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
377 _tx_thread_performance_interrupt_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
378 _tx_thread_performance_priority_inversion_count = ((ULONG) 0); in _tx_thread_initialize()
379 _tx_thread_performance_time_slice_count = ((ULONG) 0); in _tx_thread_initialize()
380 _tx_thread_performance_relinquish_count = ((ULONG) 0); in _tx_thread_initialize()
381 _tx_thread_performance_timeout_count = ((ULONG) 0); in _tx_thread_initialize()
382 _tx_thread_performance_wait_abort_count = ((ULONG) 0); in _tx_thread_initialize()
383 _tx_thread_performance_idle_return_count = ((ULONG) 0); in _tx_thread_initialize()
384 _tx_thread_performance_non_idle_return_count = ((ULONG) 0); in _tx_thread_initialize()
393 | (((ULONG) (TX_MAX_PRIORITIES/32)) << 24) in _tx_thread_initialize()
395 | (((ULONG) 1) << 31) in _tx_thread_initialize()
398 | (((ULONG) 1) << 30) in _tx_thread_initialize()
401 | (((ULONG) 1) << 23) in _tx_thread_initialize()
404 | (((ULONG) 1) << 22) in _tx_thread_initialize()
407 | (((ULONG) 1) << 21) in _tx_thread_initialize()
410 | (((ULONG) 1) << 20) in _tx_thread_initialize()
413 | (((ULONG) 1) << 19) in _tx_thread_initialize()
416 | (((ULONG) 1) << 18) in _tx_thread_initialize()
419 | (((ULONG) 1) << 17) in _tx_thread_initialize()
422 | (((ULONG) 1) << 16) in _tx_thread_initialize()
425 | (((ULONG) 1) << 15) in _tx_thread_initialize()
428 | (((ULONG) 1) << 14) in _tx_thread_initialize()
431 | (((ULONG) 1) << 13) in _tx_thread_initialize()
434 | (((ULONG) 1) << 12) in _tx_thread_initialize()
437 | (((ULONG) 1) << 11) in _tx_thread_initialize()
440 | (((ULONG) 1) << 10) in _tx_thread_initialize()
443 | (((ULONG) 1) << 9) in _tx_thread_initialize()
446 | (((ULONG) 1) << 8) in _tx_thread_initialize()
449 | (((ULONG) 1) << 7) in _tx_thread_initialize()