Home
last modified time | relevance | path

Searched refs:_tx_thread_reset_port_completion (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.3.0/ports/linux/gnu/inc/
Dtx_port.h464 void _tx_thread_reset_port_completion(struct TX_THREAD_STRUCT *thread_ptr, UINT tx_saved_posture);
465 #define TX_THREAD_RESET_PORT_COMPLETION(thread_ptr) _tx_thread_reset_port_completion(thread_ptr, tx…
/ThreadX-v6.3.0/ports/linux/gnu/src/
Dtx_thread_schedule.c238 void _tx_thread_reset_port_completion(TX_THREAD *thread_ptr, UINT tx_saved_posture) in _tx_thread_reset_port_completion() function
/ThreadX-v6.3.0/ports_smp/linux/gnu/inc/
Dtx_port.h534 void _tx_thread_reset_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save);
535 #define TX_THREAD_RESET_PORT_COMPLETION(thread_ptr) _tx_thread_reset_port_completion(thread_ptr, tx…
/ThreadX-v6.3.0/ports_smp/linux/gnu/src/
Dtx_thread_schedule.c497 void _tx_thread_reset_port_completion(TX_THREAD *thread_ptr, UINT tx_interrupt_save) in _tx_thread_reset_port_completion() function