Searched refs:tx_interrupt_save (Results 1 – 4 of 4) sorted by relevance
472 void _tx_thread_delete_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save) in _tx_thread_delete_port_completion() argument479 _tx_thread_smp_unprotect(tx_interrupt_save); in _tx_thread_delete_port_completion()493 tx_interrupt_save = _tx_thread_smp_protect(); in _tx_thread_delete_port_completion()496 void _tx_thread_reset_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save) in _tx_thread_reset_port_completion() argument503 _tx_thread_smp_unprotect(tx_interrupt_save); in _tx_thread_reset_port_completion()517 tx_interrupt_save = _tx_thread_smp_protect(); in _tx_thread_reset_port_completion()
527 void _tx_thread_delete_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save);528 …ELETE_PORT_COMPLETION(thread_ptr) _tx_thread_delete_port_completion(thread_ptr, tx_interrupt_save);533 void _tx_thread_reset_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save);534 …_RESET_PORT_COMPLETION(thread_ptr) _tx_thread_reset_port_completion(thread_ptr, tx_interrupt_save);608 #define TX_INTERRUPT_SAVE_AREA UINT tx_interrupt_save;610 #define TX_DISABLE tx_interrupt_save = _tx_thread_smp_protect();611 #define TX_RESTORE _tx_thread_smp_unprotect(tx_interrupt_save);
226 UINT tx_interrupt_save; in thread_0_entry() local766 tx_interrupt_save = _tx_thread_smp_protect(); in thread_0_entry()768 _tx_thread_smp_unprotect(tx_interrupt_save); in thread_0_entry()
304 tx_interrupt_save = _tx_trace_interrupt_control(TX_INT_DISABLE); in thread_0_entry()305 _tx_trace_interrupt_control(tx_interrupt_save); in thread_0_entry()