Lines Matching refs:THREAD_DECLARE

300 #define THREAD_DECLARE extern  macro
307 THREAD_DECLARE VOID * _tx_thread_system_stack_ptr;
313 THREAD_DECLARE TX_THREAD * _tx_thread_current_ptr;
320 THREAD_DECLARE TX_THREAD * _tx_thread_execute_ptr;
325 THREAD_DECLARE TX_THREAD * _tx_thread_created_ptr;
330 THREAD_DECLARE ULONG _tx_thread_created_count;
339 THREAD_DECLARE volatile ULONG _tx_thread_system_state;
347 THREAD_DECLARE ULONG _tx_thread_priority_maps[TX_MAX_PRIORITIES/32];
355 THREAD_DECLARE ULONG _tx_thread_priority_map_active;
367 THREAD_DECLARE ULONG _tx_thread_preempted_maps[TX_MAX_PRIORITIES/32];
375 THREAD_DECLARE ULONG _tx_thread_preempted_map_active;
383 THREAD_DECLARE UINT _tx_thread_highest_priority;
391 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
398 THREAD_DECLARE volatile UINT _tx_thread_preempt_disable;
404 THREAD_DECLARE VOID (*_tx_thread_mutex_release)(TX_THREAD *thread_ptr);
440 THREAD_DECLARE ULONG _tx_build_options;
449 THREAD_DECLARE VOID (*_tx_thread_application_stack_error_handler)(TX_THREAD *thread_ptr…
458 THREAD_DECLARE ULONG _tx_thread_performance_resume_count;
464 THREAD_DECLARE ULONG _tx_thread_performance_suspend_count;
470 THREAD_DECLARE ULONG _tx_thread_performance_solicited_preemption_count;
477 THREAD_DECLARE ULONG _tx_thread_performance_interrupt_preemption_count;
483 THREAD_DECLARE ULONG _tx_thread_performance_priority_inversion_count;
490 THREAD_DECLARE ULONG _tx_thread_performance_time_slice_count;
497 THREAD_DECLARE ULONG _tx_thread_performance_relinquish_count;
503 THREAD_DECLARE ULONG _tx_thread_performance_timeout_count;
509 THREAD_DECLARE ULONG _tx_thread_performance_wait_abort_count;
515 THREAD_DECLARE ULONG _tx_thread_performance_idle_return_count;
521 THREAD_DECLARE ULONG _tx_thread_performance_non_idle_return_count;
527 THREAD_DECLARE ULONG _tx_thread_performance__execute_log_index;
528 THREAD_DECLARE TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE];