Home
last modified time | relevance | path

Searched refs:TX_2_ULONG (Results 1 – 19 of 19) sorted by relevance

/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_queue_suspension_timeout_test.c97 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
108 status = tx_queue_create(&queue_1, "queue 1", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_basic_two_word_test.c71 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 2*sizeof(ULONG)); in test_application_define()
82 status = tx_queue_create(&queue_1, "queue 1", TX_2_ULONG, pointer, 2*3*sizeof(ULONG)); in test_application_define()
121 …status = tx_queue_create(&queue_memory.queue, "queue memory", TX_2_ULONG, &queue_memory.queue_are… in thread_0_entry()
Dthreadx_queue_thread_terminate_test.c78 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_flush_no_suspension_test.c61 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_flush_test.c96 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_empty_suspension_test.c97 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_full_suspension_test.c117 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_front_send_test.c111 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 2*2*sizeof(ULONG)); in test_application_define()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_queue_suspension_timeout_test.c97 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
108 status = tx_queue_create(&queue_1, "queue 1", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_basic_two_word_test.c71 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 2*sizeof(ULONG)); in test_application_define()
82 status = tx_queue_create(&queue_1, "queue 1", TX_2_ULONG, pointer, 2*3*sizeof(ULONG)); in test_application_define()
121 …status = tx_queue_create(&queue_memory.queue, "queue memory", TX_2_ULONG, &queue_memory.queue_are… in thread_0_entry()
Dthreadx_queue_thread_terminate_test.c78 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_flush_no_suspension_test.c61 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_flush_test.c96 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_empty_suspension_test.c97 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_full_suspension_test.c117 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
Dthreadx_queue_front_send_test.c111 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 2*2*sizeof(ULONG)); in test_application_define()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dtx_posix.h266 #define WORK_REQ_SIZE (TX_2_ULONG * (sizeof(ALIGN_TYPE)/sizeof(ULONG)))
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h164 #define TX_2_ULONG ((UINT) 2) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h163 #define TX_2_ULONG ((UINT) 2) macro