Home
last modified time | relevance | path

Searched refs:TX_8_ULONG (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_queue_basic_eight_word_test.c57 status = tx_queue_create(&queue_0, "queue 0", TX_8_ULONG, pointer, 8*sizeof(ULONG)); in test_application_define()
68 status = tx_queue_create(&queue_1, "queue 1", TX_8_ULONG, pointer, 8*3*sizeof(ULONG)); in test_application_define()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_queue_basic_eight_word_test.c57 status = tx_queue_create(&queue_0, "queue 0", TX_8_ULONG, pointer, 8*sizeof(ULONG)); in test_application_define()
68 status = tx_queue_create(&queue_1, "queue 1", TX_8_ULONG, pointer, 8*3*sizeof(ULONG)); in test_application_define()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h166 #define TX_8_ULONG ((UINT) 8) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h165 #define TX_8_ULONG ((UINT) 8) macro