/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_block_memory_information_test.c | 40 static TX_BLOCK_POOL block_pool_0; variable 198 status = tx_block_pool_create(&block_pool_0, "block_pool 0", 30, pointer, 40); in test_application_define() 235 tx_block_allocate(&block_pool_0, &pointer, TX_NO_WAIT); in thread_0_entry() 238 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 258 (block_pool_0.tx_block_pool_suspension_list != &thread_1)) in thread_0_entry() 267 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 270 if ((status != TX_SUCCESS) || (block_pool_0.tx_block_pool_suspension_list != &thread_2)) in thread_0_entry() 287 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 290 if ((status != TX_SUCCESS) || (block_pool_0.tx_block_pool_suspension_list != &thread_3)) in thread_0_entry() 305 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() [all …]
|
D | threadx_block_memory_prioritize_test.c | 39 static TX_BLOCK_POOL block_pool_0; variable 71 if (block_pool_0.tx_block_pool_suspension_list == &thread_3) in test_isr() 202 status = tx_block_pool_create(&block_pool_0, "block_pool 0", 30, pointer, 40); in test_application_define() 257 tx_block_allocate(&block_pool_0, &pointer, TX_NO_WAIT); in thread_0_entry() 260 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 280 (block_pool_0.tx_block_pool_suspension_list != &thread_1)) in thread_0_entry() 289 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 292 if ((status != TX_SUCCESS) || (block_pool_0.tx_block_pool_suspension_list != &thread_2)) in thread_0_entry() 301 status += tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 312 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() [all …]
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_block_memory_information_test.c | 40 static TX_BLOCK_POOL block_pool_0; variable 198 status = tx_block_pool_create(&block_pool_0, "block_pool 0", 30, pointer, 40); in test_application_define() 235 tx_block_allocate(&block_pool_0, &pointer, TX_NO_WAIT); in thread_0_entry() 238 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 258 (block_pool_0.tx_block_pool_suspension_list != &thread_1)) in thread_0_entry() 267 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 270 if ((status != TX_SUCCESS) || (block_pool_0.tx_block_pool_suspension_list != &thread_2)) in thread_0_entry() 287 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 290 if ((status != TX_SUCCESS) || (block_pool_0.tx_block_pool_suspension_list != &thread_3)) in thread_0_entry() 305 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() [all …]
|
D | threadx_block_memory_prioritize_test.c | 39 static TX_BLOCK_POOL block_pool_0; variable 71 if (block_pool_0.tx_block_pool_suspension_list == &thread_3) in test_isr() 202 status = tx_block_pool_create(&block_pool_0, "block_pool 0", 30, pointer, 40); in test_application_define() 257 tx_block_allocate(&block_pool_0, &pointer, TX_NO_WAIT); in thread_0_entry() 260 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 280 (block_pool_0.tx_block_pool_suspension_list != &thread_1)) in thread_0_entry() 289 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 292 if ((status != TX_SUCCESS) || (block_pool_0.tx_block_pool_suspension_list != &thread_2)) in thread_0_entry() 301 status += tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() 312 status = tx_block_pool_prioritize(&block_pool_0); in thread_0_entry() [all …]
|
/ThreadX-v6.4.1/ports_module/cortex_m7/ac5/example_build/ |
D | sample_threadx_module.c | 50 TX_BLOCK_POOL *block_pool_0; variable 125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/ |
D | sample_threadx_module.c | 50 TX_BLOCK_POOL *block_pool_0; variable 125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m7/gnu/example_build/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m7/iar/example_build/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 120 txm_module_object_allocate((void *) &block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_r4/iar/example_build/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/rxv2/iar/example_build/ |
D | sample_threadx_module.c | 43 TX_BLOCK_POOL *block_pool_0; variable 117 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 217 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 220 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/ |
D | sample_threadx_module.c | 52 TX_BLOCK_POOL *block_pool_0; variable 127 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 227 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 230 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m33/gnu/example_build/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m33/iar/example_build/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m4/ac5/example_build/ |
D | sample_threadx_module.c | 50 TX_BLOCK_POOL *block_pool_0; variable 125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/ |
D | sample_threadx_module.c | 50 TX_BLOCK_POOL *block_pool_0; variable 125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m4/gnu/example_build/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m4/iar/example_build/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 119 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 219 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 222 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module/ |
D | sample_threadx_module.c | 50 TX_BLOCK_POOL *block_pool_0; variable 125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m0+/iar/example_build/ |
D | sample_threadx_module.c | 48 TX_BLOCK_POOL *block_pool_0; variable 123 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 223 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 226 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/example_build/sample_threadx_module/ |
D | sample_threadx_module.c | 51 TX_BLOCK_POOL *block_pool_0; variable 126 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 226 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 229 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_a7/gnu/example_build/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 119 txm_module_object_allocate((void *) &block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 218 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 221 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_a7/iar/example_build/ |
D | sample_threadx_module.c | 44 TX_BLOCK_POOL *block_pool_0; variable 119 txm_module_object_allocate((void *) &block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 218 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 221 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/ |
D | sample_threadx_module.c | 50 TX_BLOCK_POOL *block_pool_0; variable 125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|
/ThreadX-v6.4.1/ports_module/cortex_m3/ac6/example_build/sample_threadx_module/ |
D | sample_threadx_module.c | 50 TX_BLOCK_POOL *block_pool_0; variable 125 txm_module_object_allocate((void*)&block_pool_0, sizeof(TX_BLOCK_POOL)); in demo_module_start() 225 …tx_block_pool_create(block_pool_0, "module block pool 0", sizeof(ULONG), pointer, DEMO_BLOCK_POOL_… in demo_module_start() 228 tx_block_allocate(block_pool_0, (VOID **) &pointer, TX_NO_WAIT); in demo_module_start()
|