Home
last modified time | relevance | path

Searched refs:tx_block_allocate (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_block_memory_error_detection_test.c90 status = tx_block_allocate(&pool_0, (VOID **) TX_NULL, TX_NO_WAIT); in test_application_define()
145 status = tx_block_allocate(&pool_0, (VOID **) TX_NULL, TX_NO_WAIT); in thread_0_entry()
155 status = tx_block_allocate(TX_NULL, (VOID **) TX_NULL, TX_NO_WAIT); in thread_0_entry()
166 status = tx_block_allocate(&pool_2, (VOID **) TX_NULL, TX_NO_WAIT); in thread_0_entry()
186 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
201 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
216 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
232 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
293 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
308 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
[all …]
Dthreadx_block_memory_suspension_test.c118 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
132 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
147 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
191 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
258 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_WAIT_FOREVER); in thread_1_entry()
291 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_block_memory_suspension_timeout_test.c116 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
117 status += tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
118 status += tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
175 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, 10); in thread_1_entry()
202 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, 10); in thread_2_entry()
Dthreadx_block_memory_basic_test.c113 status = tx_block_allocate(&pool_0, (void **) &pointer, 10); in timer_entry()
138 status = tx_block_allocate(&pool_0, (VOID **) &pointer, TX_WAIT_FOREVER); in test_isr()
333 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
348 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
363 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
379 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
440 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
455 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
470 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
486 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
Dthreadx_block_memory_thread_terminate_test.c101 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
102 status += tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
103 status += tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
172 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, 10); in thread_1_entry()
Dthreadx_block_memory_prioritize_test.c257 tx_block_allocate(&block_pool_0, &pointer, TX_NO_WAIT); in thread_0_entry()
372 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_1_entry()
396 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_2_entry()
420 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_3_entry()
444 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_4_entry()
468 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_5_entry()
492 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_6_entry()
Dthreadx_block_memory_information_test.c235 tx_block_allocate(&block_pool_0, &pointer, TX_NO_WAIT); in thread_0_entry()
584 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_1_entry()
608 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_2_entry()
632 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_3_entry()
656 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_4_entry()
680 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_5_entry()
704 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_6_entry()
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_block_memory_error_detection_test.c90 status = tx_block_allocate(&pool_0, (VOID **) TX_NULL, TX_NO_WAIT); in test_application_define()
145 status = tx_block_allocate(&pool_0, (VOID **) TX_NULL, TX_NO_WAIT); in thread_0_entry()
155 status = tx_block_allocate(TX_NULL, (VOID **) TX_NULL, TX_NO_WAIT); in thread_0_entry()
166 status = tx_block_allocate(&pool_2, (VOID **) TX_NULL, TX_NO_WAIT); in thread_0_entry()
186 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
201 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
216 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
232 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
293 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
308 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
[all …]
Dthreadx_block_memory_suspension_test.c118 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
132 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
147 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
191 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
258 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_WAIT_FOREVER); in thread_1_entry()
291 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_WAIT_FOREVER); in thread_2_entry()
Dthreadx_block_memory_suspension_timeout_test.c116 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
117 status += tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
118 status += tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
175 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, 10); in thread_1_entry()
202 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, 10); in thread_2_entry()
Dthreadx_block_memory_basic_test.c113 status = tx_block_allocate(&pool_0, (void **) &pointer, 10); in timer_entry()
138 status = tx_block_allocate(&pool_0, (VOID **) &pointer, TX_WAIT_FOREVER); in test_isr()
333 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
348 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
363 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
379 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
440 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
455 status = tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
470 status = tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
486 status = tx_block_allocate(&pool_0, (VOID **) &pointer_4, TX_NO_WAIT); in thread_0_entry()
Dthreadx_block_memory_thread_terminate_test.c101 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, TX_NO_WAIT); in thread_0_entry()
102 status += tx_block_allocate(&pool_0, (VOID **) &pointer_2, TX_NO_WAIT); in thread_0_entry()
103 status += tx_block_allocate(&pool_0, (VOID **) &pointer_3, TX_NO_WAIT); in thread_0_entry()
172 status = tx_block_allocate(&pool_0, (VOID **) &pointer_1, 10); in thread_1_entry()
Dthreadx_block_memory_prioritize_test.c257 tx_block_allocate(&block_pool_0, &pointer, TX_NO_WAIT); in thread_0_entry()
372 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_1_entry()
396 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_2_entry()
420 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_3_entry()
444 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_4_entry()
468 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_5_entry()
492 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_6_entry()
Dthreadx_block_memory_information_test.c235 tx_block_allocate(&block_pool_0, &pointer, TX_NO_WAIT); in thread_0_entry()
584 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_1_entry()
608 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_2_entry()
632 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_3_entry()
656 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_4_entry()
680 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_5_entry()
704 status = tx_block_allocate(&block_pool_0, &pointer, TX_WAIT_FOREVER); in thread_6_entry()
/ThreadX-v6.3.0/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c356 status = tx_block_allocate(&tm_block_pool_array[pool_id], (void **) memory_ptr, TX_NO_WAIT); in tm_memory_pool_allocate()
/ThreadX-v6.3.0/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk18 ../tx_block_allocate.c \
204 ./tx_block_allocate.d \
390 ./tx_block_allocate.obj \
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx.c167 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/ac6/example_build/sample_threadx/
Dsample_threadx.c168 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_m7/iar/example_build/
Dsample_threadx.c179 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
/ThreadX-v6.3.0/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c172 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/
Dsample_threadx.c167 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_a9/iar/example_build/
Dsample_threadx.c170 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/ac5/example_build/
Dsample_threadx.c167 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/ac6/example_build/sample_threadx/
Dsample_threadx.c170 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()
/ThreadX-v6.3.0/ports/cortex_m0/gnu/example_build/
Dsample_threadx.c170 tx_block_allocate(&block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in tx_application_define()

12345678910>>...13