Searched refs:tx_interrupt_save (Results 1 – 2 of 2) sorted by relevance
473 void _tx_thread_delete_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save) in _tx_thread_delete_port_completion() argument480 _tx_thread_smp_unprotect(tx_interrupt_save); in _tx_thread_delete_port_completion()494 tx_interrupt_save = _tx_thread_smp_protect(); in _tx_thread_delete_port_completion()497 void _tx_thread_reset_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save) in _tx_thread_reset_port_completion() argument504 _tx_thread_smp_unprotect(tx_interrupt_save); in _tx_thread_reset_port_completion()518 tx_interrupt_save = _tx_thread_smp_protect(); in _tx_thread_reset_port_completion()
528 void _tx_thread_delete_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save);529 …ELETE_PORT_COMPLETION(thread_ptr) _tx_thread_delete_port_completion(thread_ptr, tx_interrupt_save);534 void _tx_thread_reset_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save);535 …_RESET_PORT_COMPLETION(thread_ptr) _tx_thread_reset_port_completion(thread_ptr, tx_interrupt_save);609 #define TX_INTERRUPT_SAVE_AREA UINT tx_interrupt_save;611 #define TX_DISABLE tx_interrupt_save = _tx_thread_smp_protect();612 #define TX_RESTORE _tx_thread_smp_unprotect(tx_interrupt_save);