Lines Matching refs:THREAD_DECLARE

301 #define THREAD_DECLARE extern  macro
308 THREAD_DECLARE VOID * _tx_thread_system_stack_ptr;
314 THREAD_DECLARE TX_THREAD * _tx_thread_current_ptr;
321 THREAD_DECLARE TX_THREAD * _tx_thread_execute_ptr;
326 THREAD_DECLARE TX_THREAD * _tx_thread_created_ptr;
331 THREAD_DECLARE ULONG _tx_thread_created_count;
340 THREAD_DECLARE volatile ULONG _tx_thread_system_state;
348 THREAD_DECLARE ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32];
356 THREAD_DECLARE ULONG _tx_thread_priority_map_active;
368 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
376 THREAD_DECLARE ULONG _tx_thread_preempted_map_active;
384 THREAD_DECLARE UINT _tx_thread_highest_priority;
392 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
399 THREAD_DECLARE volatile UINT _tx_thread_preempt_disable;
405 THREAD_DECLARE VOID (*_tx_thread_mutex_release)(TX_THREAD *thread_ptr);
441 THREAD_DECLARE ULONG _tx_build_options;
450 THREAD_DECLARE VOID (*_tx_thread_application_stack_error_handler)(TX_THREAD *thread_ptr…
459 THREAD_DECLARE ULONG _tx_thread_performance_resume_count;
465 THREAD_DECLARE ULONG _tx_thread_performance_suspend_count;
471 THREAD_DECLARE ULONG _tx_thread_performance_solicited_preemption_count;
478 THREAD_DECLARE ULONG _tx_thread_performance_interrupt_preemption_count;
484 THREAD_DECLARE ULONG _tx_thread_performance_priority_inversion_count;
491 THREAD_DECLARE ULONG _tx_thread_performance_time_slice_count;
498 THREAD_DECLARE ULONG _tx_thread_performance_relinquish_count;
504 THREAD_DECLARE ULONG _tx_thread_performance_timeout_count;
510 THREAD_DECLARE ULONG _tx_thread_performance_wait_abort_count;
516 THREAD_DECLARE ULONG _tx_thread_performance_idle_return_count;
522 THREAD_DECLARE ULONG _tx_thread_performance_non_idle_return_count;
528 THREAD_DECLARE ULONG _tx_thread_performance__execute_log_index;
529 THREAD_DECLARE TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE];