Home
last modified time | relevance | path

Searched refs:semaphore_1 (Results 1 – 14 of 14) sorted by relevance

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_timeout_test.c10 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()
Dthreadx_semaphore_basic_test.c44 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()
Dthreadx_semaphore_information_test.c12 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()
Dthreadx_semaphore_ceiling_put_test.c17 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()
Dthreadx_thread_delayed_suspension_test.c64 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()
Dthreadx_semaphore_prioritize.c39 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()
Dthreadx_trace_basic_test.c43 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/
Dthreadx_semaphore_timeout_test.c10 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()
Dthreadx_semaphore_basic_test.c44 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()
Dthreadx_semaphore_information_test.c12 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()
Dthreadx_semaphore_ceiling_put_test.c17 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()
Dthreadx_thread_delayed_suspension_test.c64 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()
Dthreadx_semaphore_prioritize.c39 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()
Dthreadx_trace_basic_test.c36 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()