Home
last modified time | relevance | path

Searched refs:tx_queue_create (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_px_initialize.c245 tx_queue_create(&posix_work_queue, "POSIX work queue", WORK_REQ_SIZE, in posix_initialize()
Dpx_mq_create.c127 temp1 = tx_queue_create((&(posix_q->queue)), in posix_mq_create()
/ThreadX-v6.2.1/ports/cortex_m4/keil/example_build/
Ddemo_threadx.c112 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, queue_0_area, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m3/keil/example_build/
Dsample_threadx.c112 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, queue_0_area, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c220 status = tx_queue_create(&tm_queue_array[queue_id], "Thread-Metric test", TX_4_ULONG, in tm_queue_create()
/ThreadX-v6.2.1/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk64 ../tx_queue_create.c \
250 ./tx_queue_create.d \
436 ./tx_queue_create.obj \
/ThreadX-v6.2.1/ports/arm11/ac5/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/arm11/gnu/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a7/ac5/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a12/gnu/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/sample_threadx/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a7/ac6/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a7/ghs/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m4/ac6/example_build/sample_threadx/
Dsample_threadx.c150 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a12/ac6/example_build/sample_threadx/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a17/ac6/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a17/gnu/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a5/ac5/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports_module/cortex_a35/gnu/example_build/sample_threadx/
Dsample_threadx.c156 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_a8/ac5/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports_module/cortex_a35/ac6/example_build/sample_threadx/
Dsample_threadx.c156 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m7/ghs/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx/
Dsample_threadx.c154 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_m7/iar/example_build/
Dsample_threadx.c161 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()
/ThreadX-v6.2.1/ports/cortex_r4/ac5/example_build/
Dsample_threadx.c149 tx_queue_create(&queue_0, "queue 0", TX_1_ULONG, pointer, DEMO_QUEUE_SIZE*sizeof(ULONG)); in tx_application_define()

12345678910>>...12