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.2.1/common_smp/src/
Dtx_block_pool_cleanup.c105 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
121 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
/ThreadX-v6.2.1/common/src/
Dtx_block_pool_cleanup.c105 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
121 … pool_ptr = TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(thread_ptr -> tx_thread_suspend_control_block); in _tx_block_pool_cleanup()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1964 #define TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(a) _tx_misra_void_to_block_pool_pointer_conver… macro
2027 #define TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(a) ((TX_BLOCK_POOL *) ((VOID *) (a))) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1971 #define TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(a) _tx_misra_void_to_block_pool_pointer_conver… macro
2034 #define TX_VOID_TO_BLOCK_POOL_POINTER_CONVERT(a) ((TX_BLOCK_POOL *) ((VOID *) (a))) macro