Lines Matching refs:TX_THREAD
281 VOID _tx_thread_stack_analyze(TX_THREAD *thread_ptr);
282 VOID _tx_thread_stack_build(TX_THREAD *thread_ptr, VOID (*function_ptr)(VOID));
283 VOID _tx_thread_stack_error(TX_THREAD *thread_ptr);
284 VOID _tx_thread_stack_error_handler(TX_THREAD *thread_ptr);
286 VOID _tx_thread_system_resume(TX_THREAD *thread_ptr);
287 VOID _tx_thread_system_ni_resume(TX_THREAD *thread_ptr);
289 VOID _tx_thread_system_suspend(TX_THREAD *thread_ptr);
290 VOID _tx_thread_system_ni_suspend(TX_THREAD *thread_ptr, ULONG wait_option);
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;
392 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
405 THREAD_DECLARE VOID (*_tx_thread_mutex_release)(TX_THREAD *thread_ptr);
450 THREAD_DECLARE VOID (*_tx_thread_application_stack_error_handler)(TX_THREAD *thread_ptr…
529 THREAD_DECLARE TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE];