Lines Matching refs:TX_THREAD
280 VOID _tx_thread_stack_analyze(TX_THREAD *thread_ptr);
281 VOID _tx_thread_stack_build(TX_THREAD *thread_ptr, VOID (*function_ptr)(VOID));
282 VOID _tx_thread_stack_error(TX_THREAD *thread_ptr);
283 VOID _tx_thread_stack_error_handler(TX_THREAD *thread_ptr);
285 VOID _tx_thread_system_resume(TX_THREAD *thread_ptr);
286 VOID _tx_thread_system_ni_resume(TX_THREAD *thread_ptr);
288 VOID _tx_thread_system_suspend(TX_THREAD *thread_ptr);
289 VOID _tx_thread_system_ni_suspend(TX_THREAD *thread_ptr, ULONG wait_option);
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;
391 THREAD_DECLARE TX_THREAD * _tx_thread_priority_list[TX_MAX_PRIORITIES];
404 THREAD_DECLARE VOID (*_tx_thread_mutex_release)(TX_THREAD *thread_ptr);
449 THREAD_DECLARE VOID (*_tx_thread_application_stack_error_handler)(TX_THREAD *thread_ptr…
528 THREAD_DECLARE TX_THREAD * _tx_thread_performance_execute_log[TX_THREAD_EXECUTE_LOG_SIZE];