Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_byte_pool_search.c127 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
264 if (pool_ptr -> tx_byte_pool_owner != thread_ptr) in _tx_byte_pool_search()
273 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
Dtx_byte_allocate.c166 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_allocate()
192 if (pool_ptr -> tx_byte_pool_owner == thread_ptr) in _tx_byte_allocate()
Dtx_byte_release.c179 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_release()
243 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_release()
Dtx_byte_pool_create.c144 pool_ptr -> tx_byte_pool_owner = TX_NULL; in _tx_byte_pool_create()
/ThreadX-v6.3.0/common_smp/src/
Dtx_byte_pool_search.c132 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
292 if (pool_ptr -> tx_byte_pool_owner != thread_ptr) in _tx_byte_pool_search()
313 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_pool_search()
Dtx_byte_allocate.c166 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_allocate()
192 if (pool_ptr -> tx_byte_pool_owner == thread_ptr) in _tx_byte_allocate()
Dtx_byte_release.c179 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_release()
243 pool_ptr -> tx_byte_pool_owner = thread_ptr; in _tx_byte_release()
Dtx_byte_pool_create.c144 pool_ptr -> tx_byte_pool_owner = TX_NULL; in _tx_byte_pool_create()
/ThreadX-v6.3.0/ports/linux/gnu/inc/
Dtx_port.h189 … pool_ptr -> tx_byte_pool_owner = TX_NULL; \
/ThreadX-v6.3.0/ports_smp/linux/gnu/inc/
Dtx_port.h213 … pool_ptr -> tx_byte_pool_owner = TX_NULL; \
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h777 *tx_byte_pool_owner; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h756 *tx_byte_pool_owner; member