Home
last modified time | relevance | path

Searched refs:TX_NO_MEMORY (Results 1 – 25 of 74) sorted by relevance

123

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_byte_memory_suspension_timeout_test.c164 if (status != TX_NO_MEMORY) in thread_1_entry()
190 if (status != TX_NO_MEMORY) in thread_2_entry()
Dthreadx_block_memory_suspension_timeout_test.c178 if (status != TX_NO_MEMORY) in thread_1_entry()
205 if (status != TX_NO_MEMORY) in thread_2_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_byte_memory_suspension_timeout_test.c164 if (status != TX_NO_MEMORY) in thread_1_entry()
190 if (status != TX_NO_MEMORY) in thread_2_entry()
Dthreadx_block_memory_suspension_timeout_test.c178 if (status != TX_NO_MEMORY) in thread_1_entry()
205 if (status != TX_NO_MEMORY) in thread_2_entry()
/ThreadX-v6.3.0/common/src/
Dtx_block_allocate.c223 status = TX_NO_MEMORY; in _tx_block_allocate()
364 status = TX_NO_MEMORY; in _tx_block_allocate()
Dtx_byte_allocate.c263 status = TX_NO_MEMORY; in _tx_byte_allocate()
404 status = TX_NO_MEMORY; in _tx_byte_allocate()
Dtx_block_pool_cleanup.c184 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c182 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_byte_pool_cleanup()
/ThreadX-v6.3.0/common_smp/src/
Dtx_block_allocate.c223 status = TX_NO_MEMORY; in _tx_block_allocate()
364 status = TX_NO_MEMORY; in _tx_block_allocate()
Dtx_byte_allocate.c263 status = TX_NO_MEMORY; in _tx_byte_allocate()
404 status = TX_NO_MEMORY; in _tx_byte_allocate()
Dtx_block_pool_cleanup.c184 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c182 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_byte_pool_cleanup()
/ThreadX-v6.3.0/ports_module/cortex_m33/ac6/module_manager/src/
Dtxm_module_manager_external_memory_enable.c127 return(TX_NO_MEMORY); in _txm_module_manager_external_memory_enable()
Dtx_thread_secure_stack.c299 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
305 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
/ThreadX-v6.3.0/ports_module/cortex_m33/gnu/module_manager/src/
Dtxm_module_manager_external_memory_enable.c127 return(TX_NO_MEMORY); in _txm_module_manager_external_memory_enable()
Dtx_thread_secure_stack.c303 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
309 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
/ThreadX-v6.3.0/ports_module/cortex_m33/iar/module_manager/src/
Dtxm_module_manager_external_memory_enable.c127 return(TX_NO_MEMORY); in _txm_module_manager_external_memory_enable()
Dtx_thread_secure_stack.c301 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
307 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
/ThreadX-v6.3.0/ports_module/cortex_m23/ac6/module_manager/src/
Dtxm_module_manager_external_memory_enable.c127 return(TX_NO_MEMORY); in _txm_module_manager_external_memory_enable()
/ThreadX-v6.3.0/ports_module/cortex_m23/gnu/module_manager/src/
Dtxm_module_manager_external_memory_enable.c127 return(TX_NO_MEMORY); in _txm_module_manager_external_memory_enable()
/ThreadX-v6.3.0/ports_module/cortex_m23/iar/module_manager/src/
Dtxm_module_manager_external_memory_enable.c127 return(TX_NO_MEMORY); in _txm_module_manager_external_memory_enable()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_memory_load.c125 return(TX_NO_MEMORY); in _txm_module_manager_memory_load()
/ThreadX-v6.3.0/ports/cortex_m23/ac6/src/
Dtx_thread_secure_stack.c299 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
305 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
/ThreadX-v6.3.0/ports/cortex_m23/gnu/src/
Dtx_thread_secure_stack.c305 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
311 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
/ThreadX-v6.3.0/ports/cortex_m23/iar/src/
Dtx_thread_secure_stack.c301 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()
307 status = TX_NO_MEMORY; in _tx_thread_secure_mode_stack_allocate()

123