/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_queue_suspension_timeout_test.c | 97 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()
|
D | threadx_queue_basic_two_word_test.c | 71 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()
|
D | threadx_queue_thread_terminate_test.c | 78 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_flush_no_suspension_test.c | 61 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_flush_test.c | 96 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_empty_suspension_test.c | 97 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_full_suspension_test.c | 117 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_front_send_test.c | 111 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/ |
D | threadx_queue_suspension_timeout_test.c | 97 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()
|
D | threadx_queue_basic_two_word_test.c | 71 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()
|
D | threadx_queue_thread_terminate_test.c | 78 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_flush_no_suspension_test.c | 61 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_flush_test.c | 96 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_empty_suspension_test.c | 97 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_full_suspension_test.c | 117 status = tx_queue_create(&queue_0, "queue 0", TX_2_ULONG, pointer, 3*2*sizeof(ULONG)); in test_application_define()
|
D | threadx_queue_front_send_test.c | 111 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/ |
D | tx_posix.h | 266 #define WORK_REQ_SIZE (TX_2_ULONG * (sizeof(ALIGN_TYPE)/sizeof(ULONG)))
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 164 #define TX_2_ULONG ((UINT) 2) macro
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 163 #define TX_2_ULONG ((UINT) 2) macro
|