Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_block_pool_cleanup.c104 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
120 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
/ThreadX-v6.4.1/common_smp/src/
Dtx_block_pool_cleanup.c104 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
120 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1998 #define TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(a) _tx_misra_void_to_block_pool_pointer_conver… macro
2061 #define TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(a) ((TX_BLOCK_POOL *) ((VOID *) (a))) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h2005 #define TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(a) _tx_misra_void_to_block_pool_pointer_conver… macro
2068 #define TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(a) ((TX_BLOCK_POOL *) ((VOID *) (a))) macro