| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_queue_empty_suspension_test.c | 109 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define() 154 status = tx_queue_send_notify(TX_NULL, queue_notify); in thread_0_entry() 167 status = tx_queue_send_notify(&queue_1, queue_notify); in thread_0_entry()
|
| D | threadx_queue_thread_terminate_test.c | 90 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_flush_no_suspension_test.c | 73 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_flush_test.c | 108 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_suspension_timeout_test.c | 120 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_full_suspension_test.c | 131 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_prioritize.c | 220 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_queue_empty_suspension_test.c | 109 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define() 154 status = tx_queue_send_notify(TX_NULL, queue_notify); in thread_0_entry() 167 status = tx_queue_send_notify(&queue_1, queue_notify); in thread_0_entry()
|
| D | threadx_queue_thread_terminate_test.c | 90 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_flush_no_suspension_test.c | 73 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_flush_test.c | 108 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_suspension_timeout_test.c | 120 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_full_suspension_test.c | 131 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| D | threadx_queue_prioritize.c | 220 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_queue_send_notify.c | 100 queue_ptr -> tx_queue_send_notify = queue_send_notify; in _tx_queue_send_notify()
|
| D | tx_queue_front_send.c | 172 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 236 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 362 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send()
|
| D | tx_queue_send.c | 163 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 243 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 356 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_queue_send_notify.c | 100 queue_ptr -> tx_queue_send_notify = queue_send_notify; in _tx_queue_send_notify()
|
| D | tx_queue_front_send.c | 172 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 236 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 362 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send()
|
| D | tx_queue_send.c | 163 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 243 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 356 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send()
|
| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_stop.c | 373 (queue_ptr -> tx_queue_send_notify == _txm_module_manager_queue_notify_trampoline)) in _txm_module_manager_stop() 377 queue_ptr -> tx_queue_send_notify = TX_NULL; in _txm_module_manager_stop()
|
| /ThreadX-v6.3.0/ports/c667x/ccs/example_build/tx/Release/ |
| D | subdir_vars.mk | 75 ../tx_queue_send_notify.c \ 261 ./tx_queue_send_notify.d \ 447 ./tx_queue_send_notify.obj \
|
| D | ccsObjs.opt | 1 …prioritize.obj" "./tx_queue_receive.obj" "./tx_queue_send.obj" "./tx_queue_send_notify.obj" "./tx_…
|
| /ThreadX-v6.3.0/ports/linux/gnu/example_build/ |
| D | file_list.mk | 133 tx_queue_send_notify.c \
|
| /ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/ |
| D | sample_threadx_module.c | 206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()
|