| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_semaphore_timeout_test.c | 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_ceiling_put_test.c | 110 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define() 227 status = tx_semaphore_put_notify(&semaphore_0, TX_NULL); in thread_0_entry()
|
| D | threadx_semaphore_preemption_test.c | 92 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| D | threadx_semaphore_delete_test.c | 108 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| D | threadx_semaphore_thread_terminate_test.c | 109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| D | threadx_semaphore_non_preemption_test.c | 109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| D | threadx_semaphore_prioritize.c | 219 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_semaphore_timeout_test.c | 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_ceiling_put_test.c | 110 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define() 227 status = tx_semaphore_put_notify(&semaphore_0, TX_NULL); in thread_0_entry()
|
| D | threadx_semaphore_preemption_test.c | 92 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| D | threadx_semaphore_delete_test.c | 108 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| D | threadx_semaphore_thread_terminate_test.c | 109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| D | threadx_semaphore_non_preemption_test.c | 109 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| D | threadx_semaphore_prioritize.c | 219 status = tx_semaphore_put_notify(&semaphore_0, put_notify); in test_application_define()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_semaphore_put.c | 121 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put() 184 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
|
| D | tx_semaphore_ceiling_put.c | 140 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put() 208 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
|
| D | tx_semaphore_put_notify.c | 100 semaphore_ptr -> tx_semaphore_put_notify = semaphore_put_notify; in _tx_semaphore_put_notify()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_semaphore_put.c | 121 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put() 184 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
|
| D | tx_semaphore_ceiling_put.c | 140 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put() 208 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
|
| D | tx_semaphore_put_notify.c | 100 semaphore_ptr -> tx_semaphore_put_notify = semaphore_put_notify; in _tx_semaphore_put_notify()
|
| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_stop.c | 441 … (semaphore_ptr -> tx_semaphore_put_notify == _txm_module_manager_semaphore_notify_trampoline)) in _txm_module_manager_stop() 445 semaphore_ptr -> tx_semaphore_put_notify = TX_NULL; in _txm_module_manager_stop()
|
| /ThreadX-v6.3.0/ports/c667x/ccs/example_build/tx/Release/ |
| D | subdir_vars.mk | 87 ../tx_semaphore_put_notify.c \ 273 ./tx_semaphore_put_notify.d \ 459 ./tx_semaphore_put_notify.obj \
|
| D | ccsObjs.opt | 1 …obj" "./tx_semaphore_prioritize.obj" "./tx_semaphore_put.obj" "./tx_semaphore_put_notify.obj" "./t…
|
| /ThreadX-v6.3.0/ports/linux/gnu/example_build/ |
| D | file_list.mk | 145 tx_semaphore_put_notify.c \
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/ |
| D | sample_threadx_module.c | 211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
|