| /ThreadX-v6.4.1/common_smp/src/ |
| D | txe_block_pool_prioritize.c | 82 status = TX_POOL_ERROR; in _txe_block_pool_prioritize() 90 status = TX_POOL_ERROR; in _txe_block_pool_prioritize()
|
| D | txe_byte_pool_prioritize.c | 82 status = TX_POOL_ERROR; in _txe_byte_pool_prioritize() 90 status = TX_POOL_ERROR; in _txe_byte_pool_prioritize()
|
| D | txe_byte_pool_create.c | 104 status = TX_POOL_ERROR; in _txe_byte_pool_create() 112 status = TX_POOL_ERROR; in _txe_byte_pool_create() 162 status = TX_POOL_ERROR; in _txe_byte_pool_create()
|
| D | txe_block_pool_create.c | 106 status = TX_POOL_ERROR; in _txe_block_pool_create() 114 status = TX_POOL_ERROR; in _txe_block_pool_create() 163 status = TX_POOL_ERROR; in _txe_block_pool_create()
|
| D | txe_block_pool_info_get.c | 94 status = TX_POOL_ERROR; in _txe_block_pool_info_get() 102 status = TX_POOL_ERROR; in _txe_block_pool_info_get()
|
| D | txe_byte_pool_info_get.c | 93 status = TX_POOL_ERROR; in _txe_byte_pool_info_get() 101 status = TX_POOL_ERROR; in _txe_byte_pool_info_get()
|
| D | txe_block_pool_delete.c | 95 status = TX_POOL_ERROR; in _txe_block_pool_delete() 103 status = TX_POOL_ERROR; in _txe_block_pool_delete()
|
| D | txe_byte_pool_delete.c | 95 status = TX_POOL_ERROR; in _txe_byte_pool_delete() 103 status = TX_POOL_ERROR; in _txe_byte_pool_delete()
|
| D | txe_block_allocate.c | 97 status = TX_POOL_ERROR; in _txe_block_allocate() 105 status = TX_POOL_ERROR; in _txe_block_allocate()
|
| D | txe_byte_allocate.c | 100 status = TX_POOL_ERROR; in _txe_byte_allocate() 108 status = TX_POOL_ERROR; in _txe_byte_allocate()
|
| /ThreadX-v6.4.1/common/src/ |
| D | txe_block_pool_prioritize.c | 82 status = TX_POOL_ERROR; in _txe_block_pool_prioritize() 90 status = TX_POOL_ERROR; in _txe_block_pool_prioritize()
|
| D | txe_byte_pool_prioritize.c | 82 status = TX_POOL_ERROR; in _txe_byte_pool_prioritize() 90 status = TX_POOL_ERROR; in _txe_byte_pool_prioritize()
|
| D | txe_byte_pool_create.c | 104 status = TX_POOL_ERROR; in _txe_byte_pool_create() 112 status = TX_POOL_ERROR; in _txe_byte_pool_create() 162 status = TX_POOL_ERROR; in _txe_byte_pool_create()
|
| D | txe_block_pool_create.c | 106 status = TX_POOL_ERROR; in _txe_block_pool_create() 114 status = TX_POOL_ERROR; in _txe_block_pool_create() 163 status = TX_POOL_ERROR; in _txe_block_pool_create()
|
| D | txe_block_pool_info_get.c | 94 status = TX_POOL_ERROR; in _txe_block_pool_info_get() 102 status = TX_POOL_ERROR; in _txe_block_pool_info_get()
|
| D | txe_byte_pool_info_get.c | 93 status = TX_POOL_ERROR; in _txe_byte_pool_info_get() 101 status = TX_POOL_ERROR; in _txe_byte_pool_info_get()
|
| D | txe_block_pool_delete.c | 95 status = TX_POOL_ERROR; in _txe_block_pool_delete() 103 status = TX_POOL_ERROR; in _txe_block_pool_delete()
|
| D | txe_byte_pool_delete.c | 95 status = TX_POOL_ERROR; in _txe_byte_pool_delete() 103 status = TX_POOL_ERROR; in _txe_byte_pool_delete()
|
| D | txe_block_allocate.c | 97 status = TX_POOL_ERROR; in _txe_block_allocate() 105 status = TX_POOL_ERROR; in _txe_block_allocate()
|
| D | txe_byte_allocate.c | 100 status = TX_POOL_ERROR; in _txe_byte_allocate() 108 status = TX_POOL_ERROR; in _txe_byte_allocate()
|
| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_block_memory_error_detection_test.c | 59 if (status != TX_POOL_ERROR) in test_application_define() 64 if (status != TX_POOL_ERROR) in test_application_define() 100 if (status != TX_POOL_ERROR) in test_application_define() 136 if (status != TX_POOL_ERROR) in thread_0_entry() 156 if (status != TX_POOL_ERROR) in thread_0_entry() 167 if (status != TX_POOL_ERROR) in thread_0_entry() 371 if (status != TX_POOL_ERROR) in thread_0_entry()
|
| D | threadx_byte_memory_basic_test.c | 109 if (status != TX_POOL_ERROR) in timer_entry() 400 if (status != TX_POOL_ERROR) in thread_0_entry() 412 if (status != TX_POOL_ERROR) in thread_0_entry() 448 if (status != TX_POOL_ERROR) in thread_0_entry() 461 if (status != TX_POOL_ERROR) in thread_0_entry() 473 if (status != TX_POOL_ERROR) in thread_0_entry() 486 if (status != TX_POOL_ERROR) in thread_0_entry()
|
| D | threadx_byte_memory_prioritize_test.c | 235 if (status != TX_POOL_ERROR) in thread_0_entry() 248 if (status != TX_POOL_ERROR) in thread_0_entry()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_block_memory_error_detection_test.c | 59 if (status != TX_POOL_ERROR) in test_application_define() 64 if (status != TX_POOL_ERROR) in test_application_define() 100 if (status != TX_POOL_ERROR) in test_application_define() 136 if (status != TX_POOL_ERROR) in thread_0_entry() 156 if (status != TX_POOL_ERROR) in thread_0_entry() 167 if (status != TX_POOL_ERROR) in thread_0_entry() 371 if (status != TX_POOL_ERROR) in thread_0_entry()
|
| D | threadx_byte_memory_basic_test.c | 109 if (status != TX_POOL_ERROR) in timer_entry() 400 if (status != TX_POOL_ERROR) in thread_0_entry() 412 if (status != TX_POOL_ERROR) in thread_0_entry() 448 if (status != TX_POOL_ERROR) in thread_0_entry() 461 if (status != TX_POOL_ERROR) in thread_0_entry() 473 if (status != TX_POOL_ERROR) in thread_0_entry() 486 if (status != TX_POOL_ERROR) in thread_0_entry()
|