| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_byte_memory_basic_test.c | 94 status = tx_byte_pool_create(&pool_2, "pool 2", pointer, 108); in timer_entry() 189 status = tx_byte_pool_create(&pool_2, "pool 0", (void *) 0x100000, 108); in test_isr() 259 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define() 270 status = tx_byte_pool_create(&pool_1, "pool 1", pointer, 200); in test_application_define() 282 status = tx_byte_pool_create(&pool_4, "pool 4", pointer, 300); in test_application_define() 372 …status = tx_byte_pool_create(&byte_memory.pool, "pool memory", &byte_memory.pool_area[0], (2048*s… in thread_0_entry() 397 status = tx_byte_pool_create(TX_NULL, "pool 0", pointer_1, 108); in thread_0_entry() 409 status = tx_byte_pool_create(&pool_0, "pool 0", pointer_1, 108); in thread_0_entry() 421 status = tx_byte_pool_create(&pool_2, "pool 2", TX_NULL, 108); in thread_0_entry() 433 status = tx_byte_pool_create(&pool_2, "pool 2", pointer_1, 1); in thread_0_entry() [all …]
|
| D | threadx_byte_memory_thread_terminate_test.c | 71 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define()
|
| D | threadx_byte_memory_suspension_timeout_test.c | 88 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define()
|
| D | threadx_byte_memory_thread_contention_test.c | 92 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define()
|
| D | threadx_trace_basic_test.c | 190 tx_byte_pool_create(&byte_pool_0, "byte pool 0", pointer, 1000); in test_application_define() 348 tx_byte_pool_create(&byte_pool_0, "byte pool 0", pointer, 1000); in thread_0_entry()
|
| D | threadx_byte_memory_suspension_test.c | 124 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define()
|
| /ThreadX-v6.4.1/test/smp/regression/ |
| D | threadx_byte_memory_basic_test.c | 94 status = tx_byte_pool_create(&pool_2, "pool 2", pointer, 108); in timer_entry() 189 status = tx_byte_pool_create(&pool_2, "pool 0", (void *) 0x100000, 108); in test_isr() 259 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define() 270 status = tx_byte_pool_create(&pool_1, "pool 1", pointer, 200); in test_application_define() 282 status = tx_byte_pool_create(&pool_4, "pool 4", pointer, 300); in test_application_define() 372 …status = tx_byte_pool_create(&byte_memory.pool, "pool memory", &byte_memory.pool_area[0], (2048*s… in thread_0_entry() 397 status = tx_byte_pool_create(TX_NULL, "pool 0", pointer_1, 108); in thread_0_entry() 409 status = tx_byte_pool_create(&pool_0, "pool 0", pointer_1, 108); in thread_0_entry() 421 status = tx_byte_pool_create(&pool_2, "pool 2", TX_NULL, 108); in thread_0_entry() 433 status = tx_byte_pool_create(&pool_2, "pool 2", pointer_1, 1); in thread_0_entry() [all …]
|
| D | threadx_byte_memory_thread_terminate_test.c | 71 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define()
|
| D | threadx_byte_memory_suspension_timeout_test.c | 88 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define()
|
| D | threadx_byte_memory_thread_contention_test.c | 92 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define()
|
| D | threadx_trace_basic_test.c | 215 tx_byte_pool_create(&byte_pool_0, "byte pool 0", pointer, 1000); in test_application_define() 376 tx_byte_pool_create(&byte_pool_0, "byte pool 0", pointer, 1000); in thread_0_entry()
|
| D | threadx_byte_memory_suspension_test.c | 124 status = tx_byte_pool_create(&pool_0, "pool 0", pointer, 108); in test_application_define()
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_px_initialize.c | 94 retval = tx_byte_pool_create((TX_BYTE_POOL *)&posix_heap_byte_pool, in posix_memory_init()
|
| D | px_mq_create.c | 202 retval = tx_byte_pool_create((&(posix_q->vq_message_area)), "POSIX Queue", in posix_mq_create()
|
| /ThreadX-v6.4.1/ports/c667x/ccs/example_build/tx/Release/ |
| D | subdir_vars.mk | 30 ../tx_byte_pool_create.c \ 216 ./tx_byte_pool_create.d \ 402 ./tx_byte_pool_create.obj \
|
| /ThreadX-v6.4.1/ports_module/cortex_m7/iar/example_build/ |
| D | sample_threadx.c | 87 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_pool, DEMO_BYTE_POOL_SIZE); in tx_application_define()
|
| /ThreadX-v6.4.1/ports/cortex_m3/ac5/example_build/ |
| D | sample_threadx.c | 74 tx_byte_pool_create(&byte_pool_0, "byte pool 0", first_unused_memory, DEMO_BYTE_POOL_SIZE); in tx_application_define()
|
| /ThreadX-v6.4.1/ports/cortex_m3/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 75 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
|
| /ThreadX-v6.4.1/ports_module/cortex_r4/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 79 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_area, DEMO_BYTE_POOL_SIZE); in tx_application_define()
|
| /ThreadX-v6.4.1/ports/cortex_a9/iar/example_build/ |
| D | sample_threadx.c | 77 tx_byte_pool_create(&byte_pool_0, "byte pool 0", memory_pool, DEMO_BYTE_POOL_SIZE); in tx_application_define()
|
| /ThreadX-v6.4.1/ports/cortex_m0/ac5/example_build/ |
| D | sample_threadx.c | 74 tx_byte_pool_create(&byte_pool_0, "byte pool 0", first_unused_memory, DEMO_BYTE_POOL_SIZE); in tx_application_define()
|
| /ThreadX-v6.4.1/ports/cortex_m0/ac6/example_build/sample_threadx/ |
| D | sample_threadx.c | 77 tx_byte_pool_create(&byte_pool_0, "byte pool 0", &memory_area[0], DEMO_BYTE_POOL_SIZE); in tx_application_define()
|
| /ThreadX-v6.4.1/ports/cortex_m0/gnu/example_build/ |
| D | sample_threadx.c | 77 tx_byte_pool_create(&byte_pool_0, "byte pool 0", &memory_area[0], DEMO_BYTE_POOL_SIZE); in tx_application_define()
|
| /ThreadX-v6.4.1/ports/cortex_m0/iar/example_build/ |
| D | sample_threadx.c | 90 tx_byte_pool_create(&byte_pool_0, "byte pool 0", byte_pool_memory, DEMO_BYTE_POOL_SIZE); in tx_application_define()
|
| /ThreadX-v6.4.1/ports/cortex_m0/keil/example_build/ |
| D | sample_threadx.c | 74 tx_byte_pool_create(&byte_pool_0, "byte pool 0", first_unused_memory, DEMO_BYTE_POOL_SIZE); in tx_application_define()
|