/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_semaphore_timeout_test.c | 23 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 73 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define() 114 status = tx_semaphore_put_notify(TX_NULL, put_notify); in thread_0_entry() 127 status = tx_semaphore_put_notify(&semaphore_1, put_notify); in thread_0_entry()
|
D | threadx_semaphore_preemption_test.c | 28 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 92 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_thread_terminate_test.c | 32 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_delete_test.c | 32 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 108 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_non_preemption_test.c | 32 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_ceiling_put_test.c | 32 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 110 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_prioritize.c | 90 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 219 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_semaphore_timeout_test.c | 23 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 73 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define() 115 status = tx_semaphore_put_notify(TX_NULL, put_notify); in thread_0_entry() 128 status = tx_semaphore_put_notify(&semaphore_1, put_notify); in thread_0_entry()
|
D | threadx_semaphore_preemption_test.c | 28 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 92 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_delete_test.c | 32 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 108 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_thread_terminate_test.c | 32 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_non_preemption_test.c | 32 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_ceiling_put_test.c | 32 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 110 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
D | threadx_semaphore_prioritize.c | 90 static void put_notify(TX_SEMAPHORE *semaphore_ptr) in put_notify() function 219 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|