Home
last modified time | relevance | path

Searched refs:tx_byte_pool_owner (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_search.c126 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
263 if (pool_ptr -> tx_byte_pool_owner != thread_ptr) in _tx_byte_pool_search()
272 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
Dtx_byte_allocate.c165 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_allocate()
191 if (pool_ptr -> tx_byte_pool_owner == thread_ptr) in _tx_byte_allocate()
Dtx_byte_release.c178 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_release()
242 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_release()
Dtx_byte_pool_create.c143 pool_ptr -> tx_byte_pool_owner = TX_NULL; in _tx_byte_pool_create()
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_search.c131 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
291 if (pool_ptr -> tx_byte_pool_owner != thread_ptr) in _tx_byte_pool_search()
312 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
Dtx_byte_release.c178 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_release()
242 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_release()
Dtx_byte_allocate.c165 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_allocate()
191 if (pool_ptr -> tx_byte_pool_owner == thread_ptr) in _tx_byte_allocate()
Dtx_byte_pool_create.c143 pool_ptr -> tx_byte_pool_owner = TX_NULL; in _tx_byte_pool_create()
/ThreadX-v6.4.1/ports/linux/gnu/inc/
Dtx_port.h188 … pool_ptr -> tx_byte_pool_owner = TX_NULL; \
/ThreadX-v6.4.1/ports_smp/linux/gnu/inc/
Dtx_port.h212 … pool_ptr -> tx_byte_pool_owner = TX_NULL; \
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h782 *tx_byte_pool_owner; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h761 *tx_byte_pool_owner; member