Lines Matching refs:ULONG
64 ULONG _tx_thread_created_count;
73 volatile ULONG _tx_thread_system_state = TX_INITIALIZE_IN_PROGRESS;
81 ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32];
89 ULONG _tx_thread_priority_map_active;
101 ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
109 ULONG _tx_thread_preempted_map_active;
174 ULONG _tx_build_options;
192 ULONG _tx_thread_performance_resume_count;
198 ULONG _tx_thread_performance_suspend_count;
204 ULONG _tx_thread_performance_solicited_preemption_count;
211 ULONG _tx_thread_performance_interrupt_preemption_count;
217 ULONG _tx_thread_performance_priority_inversion_count;
224 ULONG _tx_thread_performance_time_slice_count;
231 ULONG _tx_thread_performance_relinquish_count;
237 ULONG _tx_thread_performance_timeout_count;
243 ULONG _tx_thread_performance_wait_abort_count;
249 ULONG _tx_thread_performance_idle_return_count;
255 ULONG _tx_thread_performance_non_idle_return_count;
261 ULONG _tx_thread_performance__execute_log_index;
373 _tx_thread_performance_resume_count = ((ULONG) 0); in _tx_thread_initialize()
374 _tx_thread_performance_suspend_count = ((ULONG) 0); in _tx_thread_initialize()
375 _tx_thread_performance_solicited_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
376 _tx_thread_performance_interrupt_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
377 _tx_thread_performance_priority_inversion_count = ((ULONG) 0); in _tx_thread_initialize()
378 _tx_thread_performance_time_slice_count = ((ULONG) 0); in _tx_thread_initialize()
379 _tx_thread_performance_relinquish_count = ((ULONG) 0); in _tx_thread_initialize()
380 _tx_thread_performance_timeout_count = ((ULONG) 0); in _tx_thread_initialize()
381 _tx_thread_performance_wait_abort_count = ((ULONG) 0); in _tx_thread_initialize()
382 _tx_thread_performance_idle_return_count = ((ULONG) 0); in _tx_thread_initialize()
383 _tx_thread_performance_non_idle_return_count = ((ULONG) 0); in _tx_thread_initialize()
392 | (((ULONG) (TX_MAX_PRIORITIES/32)) << 24) in _tx_thread_initialize()
394 | (((ULONG) 1) << 31) in _tx_thread_initialize()
397 | (((ULONG) 1) << 30) in _tx_thread_initialize()
400 | (((ULONG) 1) << 23) in _tx_thread_initialize()
403 | (((ULONG) 1) << 22) in _tx_thread_initialize()
406 | (((ULONG) 1) << 21) in _tx_thread_initialize()
409 | (((ULONG) 1) << 20) in _tx_thread_initialize()
412 | (((ULONG) 1) << 19) in _tx_thread_initialize()
415 | (((ULONG) 1) << 18) in _tx_thread_initialize()
418 | (((ULONG) 1) << 17) in _tx_thread_initialize()
421 | (((ULONG) 1) << 16) in _tx_thread_initialize()
424 | (((ULONG) 1) << 15) in _tx_thread_initialize()
427 | (((ULONG) 1) << 14) in _tx_thread_initialize()
430 | (((ULONG) 1) << 13) in _tx_thread_initialize()
433 | (((ULONG) 1) << 12) in _tx_thread_initialize()
436 | (((ULONG) 1) << 11) in _tx_thread_initialize()
439 | (((ULONG) 1) << 10) in _tx_thread_initialize()
442 | (((ULONG) 1) << 9) in _tx_thread_initialize()
445 | (((ULONG) 1) << 8) in _tx_thread_initialize()
448 | (((ULONG) 1) << 7) in _tx_thread_initialize()