/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_semaphore_timeout_test.c | 10 static TX_SEMAPHORE semaphore_1; variable 126 semaphore_1.tx_semaphore_id = 0; in thread_0_entry() 127 status = tx_semaphore_put_notify(&semaphore_1, put_notify); in thread_0_entry()
|
D | threadx_semaphore_basic_test.c | 44 static TX_SEMAPHORE semaphore_1; variable 215 status = tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in test_application_define() 440 status = tx_semaphore_put(&semaphore_1); in thread_0_entry() 443 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry() 453 status = tx_semaphore_get(&semaphore_1, TX_NO_WAIT); in thread_0_entry() 465 status = tx_semaphore_get(&semaphore_1, TX_NO_WAIT); in thread_0_entry() 519 status = tx_semaphore_delete(&semaphore_1); in thread_0_entry()
|
D | threadx_semaphore_information_test.c | 12 static TX_SEMAPHORE semaphore_1; variable 73 status = tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in test_application_define() 162 status = tx_semaphore_put(&semaphore_1); in thread_0_entry() 165 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry() 175 status = tx_semaphore_get(&semaphore_1, TX_NO_WAIT); in thread_0_entry() 187 status = tx_semaphore_get(&semaphore_1, TX_NO_WAIT); in thread_0_entry() 402 status = tx_semaphore_delete(&semaphore_1); in thread_0_entry()
|
D | threadx_semaphore_ceiling_put_test.c | 17 static TX_SEMAPHORE semaphore_1; variable 99 status += tx_semaphore_create(&semaphore_1, "semaphore 1", 0); in test_application_define() 236 status += tx_semaphore_ceiling_put(&semaphore_1, 2); in thread_0_entry()
|
D | threadx_thread_delayed_suspension_test.c | 64 static TX_SEMAPHORE semaphore_1; variable 205 tx_semaphore_create(&semaphore_1, "semaphore 1", 0); in test_application_define() 372 tx_semaphore_get(&semaphore_1, TX_WAIT_FOREVER); in thread_2_entry()
|
D | threadx_semaphore_prioritize.c | 39 static TX_SEMAPHORE semaphore_1; variable 273 semaphore_1.tx_semaphore_id = 0; in thread_0_entry() 274 status = tx_semaphore_prioritize(&semaphore_1); in thread_0_entry()
|
D | threadx_trace_basic_test.c | 43 static TX_SEMAPHORE semaphore_1; variable 334 tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in thread_0_entry() 352 tx_semaphore_delete(&semaphore_1); in thread_0_entry() 370 tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in thread_0_entry()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_semaphore_timeout_test.c | 10 static TX_SEMAPHORE semaphore_1; variable 127 semaphore_1.tx_semaphore_id = 0; in thread_0_entry() 128 status = tx_semaphore_put_notify(&semaphore_1, put_notify); in thread_0_entry()
|
D | threadx_semaphore_basic_test.c | 44 static TX_SEMAPHORE semaphore_1; variable 215 status = tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in test_application_define() 440 status = tx_semaphore_put(&semaphore_1); in thread_0_entry() 443 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry() 453 status = tx_semaphore_get(&semaphore_1, TX_NO_WAIT); in thread_0_entry() 465 status = tx_semaphore_get(&semaphore_1, TX_NO_WAIT); in thread_0_entry() 519 status = tx_semaphore_delete(&semaphore_1); in thread_0_entry()
|
D | threadx_semaphore_information_test.c | 12 static TX_SEMAPHORE semaphore_1; variable 73 status = tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in test_application_define() 162 status = tx_semaphore_put(&semaphore_1); in thread_0_entry() 165 if ((status != TX_SUCCESS) || (semaphore_1.tx_semaphore_count != 2)) in thread_0_entry() 175 status = tx_semaphore_get(&semaphore_1, TX_NO_WAIT); in thread_0_entry() 187 status = tx_semaphore_get(&semaphore_1, TX_NO_WAIT); in thread_0_entry() 402 status = tx_semaphore_delete(&semaphore_1); in thread_0_entry()
|
D | threadx_semaphore_ceiling_put_test.c | 17 static TX_SEMAPHORE semaphore_1; variable 99 status += tx_semaphore_create(&semaphore_1, "semaphore 1", 0); in test_application_define() 236 status += tx_semaphore_ceiling_put(&semaphore_1, 2); in thread_0_entry()
|
D | threadx_thread_delayed_suspension_test.c | 64 static TX_SEMAPHORE semaphore_1; variable 205 tx_semaphore_create(&semaphore_1, "semaphore 1", 0); in test_application_define() 372 tx_semaphore_get(&semaphore_1, TX_WAIT_FOREVER); in thread_2_entry()
|
D | threadx_semaphore_prioritize.c | 39 static TX_SEMAPHORE semaphore_1; variable 273 semaphore_1.tx_semaphore_id = 0; in thread_0_entry() 274 status = tx_semaphore_prioritize(&semaphore_1); in thread_0_entry()
|
D | threadx_trace_basic_test.c | 36 static TX_SEMAPHORE semaphore_1; variable 306 tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in thread_0_entry() 324 tx_semaphore_delete(&semaphore_1); in thread_0_entry() 342 tx_semaphore_create(&semaphore_1, "semaphore 1", 1); in thread_0_entry()
|