Home
last modified time | relevance | path

Searched defs:TX_THREAD_DELETE_PORT_COMPLETION (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.4.1/common/inc/
Dtx_thread.h257 #define TX_THREAD_DELETE_PORT_COMPLETION(t) macro
/ThreadX-v6.4.1/ports/win32/vs_2019/inc/
Dtx_port.h338 #define TX_THREAD_DELETE_PORT_COMPLETION(thread_ptr) \ macro
/ThreadX-v6.4.1/ports/linux/gnu/inc/
Dtx_port.h459 #define TX_THREAD_DELETE_PORT_COMPLETION(thread_ptr) _tx_thread_delete_port_completion(thread_ptr, … macro
/ThreadX-v6.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h528 #define TX_THREAD_DELETE_PORT_COMPLETION(thread_ptr) _tx_thread_delete_port_completion(thread_ptr, … macro
/ThreadX-v6.4.1/common_smp/inc/
Dtx_thread.h107 #define TX_THREAD_DELETE_PORT_COMPLETION(t) macro