Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_timeout_test.c23 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()
Dthreadx_semaphore_preemption_test.c28 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()
Dthreadx_semaphore_thread_terminate_test.c32 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()
Dthreadx_semaphore_delete_test.c32 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()
Dthreadx_semaphore_non_preemption_test.c32 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()
Dthreadx_semaphore_ceiling_put_test.c32 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()
Dthreadx_semaphore_prioritize.c90 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/
Dthreadx_semaphore_timeout_test.c23 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()
Dthreadx_semaphore_preemption_test.c28 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()
Dthreadx_semaphore_delete_test.c32 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()
Dthreadx_semaphore_thread_terminate_test.c32 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()
Dthreadx_semaphore_non_preemption_test.c32 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()
Dthreadx_semaphore_ceiling_put_test.c32 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()
Dthreadx_semaphore_prioritize.c90 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()