Home
last modified time | relevance | path

Searched refs:TX_4_ULONG (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_get_new_queue.c80 size = (maxnum * (TX_4_ULONG * sizeof(ULONG))); in posix_get_new_queue()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_queue_basic_four_word_test.c57 status = tx_queue_create(&queue_0, "queue 0", TX_4_ULONG, pointer, 4*sizeof(ULONG)); in test_application_define()
68 status = tx_queue_create(&queue_1, "queue 1", TX_4_ULONG, pointer, 4*3*sizeof(ULONG)); in test_application_define()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_queue_basic_four_word_test.c57 status = tx_queue_create(&queue_0, "queue 0", TX_4_ULONG, pointer, 4*sizeof(ULONG)); in test_application_define()
68 status = tx_queue_create(&queue_1, "queue 1", TX_4_ULONG, pointer, 4*3*sizeof(ULONG)); in test_application_define()
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c219 status = tx_queue_create(&tm_queue_array[queue_id], "Thread-Metric test", TX_4_ULONG, in tm_queue_create()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h165 #define TX_4_ULONG ((UINT) 4) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h164 #define TX_4_ULONG ((UINT) 4) macro