Lines Matching refs:TIMER_DECLARE
76 #define TIMER_DECLARE macro
78 #define TIMER_DECLARE extern macro
85 TIMER_DECLARE volatile ULONG _tx_timer_system_clock;
91 TIMER_DECLARE ULONG _tx_timer_time_slice;
97 TIMER_DECLARE UINT _tx_timer_expired_time_slice;
103 TIMER_DECLARE TX_TIMER_INTERNAL *_tx_timer_list[TX_TIMER_ENTRIES];
109 TIMER_DECLARE TX_TIMER_INTERNAL **_tx_timer_list_start;
110 TIMER_DECLARE TX_TIMER_INTERNAL **_tx_timer_list_end;
116 TIMER_DECLARE TX_TIMER_INTERNAL **_tx_timer_current_ptr;
122 TIMER_DECLARE UINT _tx_timer_expired;
127 TIMER_DECLARE TX_TIMER *_tx_timer_created_ptr;
132 TIMER_DECLARE ULONG _tx_timer_created_count;
137 TIMER_DECLARE TX_TIMER_INTERNAL *_tx_timer_expired_timer_ptr;
144 TIMER_DECLARE TX_THREAD _tx_timer_thread;
149 TIMER_DECLARE VOID *_tx_timer_stack_start;
154 TIMER_DECLARE ULONG _tx_timer_stack_size;
159 TIMER_DECLARE UINT _tx_timer_priority;
164 TIMER_DECLARE ULONG _tx_timer_thread_stack_area[(((UINT) TX_TIMER_THREAD_STACK_SIZE)+((…
171 TIMER_DECLARE UINT _tx_timer_processing_active;
179 TIMER_DECLARE ULONG _tx_timer_performance_activate_count;
184 TIMER_DECLARE ULONG _tx_timer_performance_reactivate_count;
189 TIMER_DECLARE ULONG _tx_timer_performance_deactivate_count;
194 TIMER_DECLARE ULONG _tx_timer_performance_expiration_count;
202 TIMER_DECLARE ULONG _tx_timer_performance__expiration_adjust_count;