Lines Matching refs:ULONG
62 ULONG _tx_thread_smp_reschedule_pending;
64 volatile ULONG _tx_thread_smp_release_cores_flag;
65 ULONG _tx_thread_smp_system_error;
66 ULONG _tx_thread_smp_inter_core_interrupts[TX_THREAD_SMP_MAX_CORES];
68 ULONG _tx_thread_smp_protect_wait_list_size;
69 ULONG _tx_thread_smp_protect_wait_list[TX_THREAD_SMP_PROTECT_WAIT_LIST_SIZE];
70 ULONG _tx_thread_smp_protect_wait_counts[TX_THREAD_SMP_MAX_CORES];
71 ULONG _tx_thread_smp_protect_wait_list_lock_protect_in_force;
72 ULONG _tx_thread_smp_protect_wait_list_tail;
73 ULONG _tx_thread_smp_protect_wait_list_head;
80 ULONG _tx_thread_smp_max_cores;
81 ULONG _tx_thread_smp_detected_cores;
94 ULONG _tx_thread_created_count;
103 volatile ULONG _tx_thread_system_state[TX_THREAD_SMP_MAX_CORES];
111 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32];
119 ULONG _tx_thread_priority_map_active;
131 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
139 ULONG _tx_thread_preempted_map_active;
220 ULONG _tx_build_options;
238 ULONG _tx_thread_performance_resume_count;
244 ULONG _tx_thread_performance_suspend_count;
250 ULONG _tx_thread_performance_solicited_preemption_count;
257 ULONG _tx_thread_performance_interrupt_preemption_count;
263 ULONG _tx_thread_performance_priority_inversion_count;
270 ULONG _tx_thread_performance_time_slice_count;
277 ULONG _tx_thread_performance_relinquish_count;
283 ULONG _tx_thread_performance_timeout_count;
289 ULONG _tx_thread_performance_wait_abort_count;
295 ULONG _tx_thread_performance_idle_return_count;
301 ULONG _tx_thread_performance_non_idle_return_count;
404 _tx_thread_performance_resume_count = ((ULONG) 0); in _tx_thread_initialize()
405 _tx_thread_performance_suspend_count = ((ULONG) 0); in _tx_thread_initialize()
406 _tx_thread_performance_solicited_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
407 _tx_thread_performance_interrupt_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
408 _tx_thread_performance_priority_inversion_count = ((ULONG) 0); in _tx_thread_initialize()
409 _tx_thread_performance_time_slice_count = ((ULONG) 0); in _tx_thread_initialize()
410 _tx_thread_performance_relinquish_count = ((ULONG) 0); in _tx_thread_initialize()
411 _tx_thread_performance_timeout_count = ((ULONG) 0); in _tx_thread_initialize()
412 _tx_thread_performance_wait_abort_count = ((ULONG) 0); in _tx_thread_initialize()
413 _tx_thread_performance_idle_return_count = ((ULONG) 0); in _tx_thread_initialize()
414 _tx_thread_performance_non_idle_return_count = ((ULONG) 0); in _tx_thread_initialize()
420 | (((ULONG) (TX_MAX_PRIORITIES/32)) << 24) in _tx_thread_initialize()
422 | (((ULONG) 1) << 31) in _tx_thread_initialize()
425 | (((ULONG) 1) << 30) in _tx_thread_initialize()
428 | (((ULONG) 1) << 23) in _tx_thread_initialize()
431 | (((ULONG) 1) << 22) in _tx_thread_initialize()
434 | (((ULONG) 1) << 21) in _tx_thread_initialize()
437 | (((ULONG) 1) << 20) in _tx_thread_initialize()
440 | (((ULONG) 1) << 19) in _tx_thread_initialize()
443 | (((ULONG) 1) << 18) in _tx_thread_initialize()
446 | (((ULONG) 1) << 17) in _tx_thread_initialize()
449 | (((ULONG) 1) << 16) in _tx_thread_initialize()
452 | (((ULONG) 1) << 15) in _tx_thread_initialize()
455 | (((ULONG) 1) << 14) in _tx_thread_initialize()
458 | (((ULONG) 1) << 13) in _tx_thread_initialize()
461 | (((ULONG) 1) << 12) in _tx_thread_initialize()
464 | (((ULONG) 1) << 11) in _tx_thread_initialize()
467 | (((ULONG) 1) << 10) in _tx_thread_initialize()
470 | (((ULONG) 1) << 9) in _tx_thread_initialize()
473 | (((ULONG) 1) << 8) in _tx_thread_initialize()
476 | (((ULONG) 1) << 7) in _tx_thread_initialize()