Home
last modified time | relevance | path

Searched refs:tx_queue_send_notify (Results 1 – 25 of 128) sorted by relevance

123456

/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_queue_empty_suspension_test.c109 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()
Dthreadx_queue_thread_terminate_test.c90 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_flush_no_suspension_test.c73 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_flush_test.c108 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_suspension_timeout_test.c120 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_full_suspension_test.c131 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_prioritize.c220 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_queue_empty_suspension_test.c109 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()
Dthreadx_queue_thread_terminate_test.c90 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_flush_no_suspension_test.c73 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_flush_test.c108 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_suspension_timeout_test.c120 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_full_suspension_test.c131 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
Dthreadx_queue_prioritize.c220 status = tx_queue_send_notify(&queue_0, queue_notify); in test_application_define()
/ThreadX-v6.3.0/common/src/
Dtx_queue_send_notify.c100 queue_ptr -> tx_queue_send_notify = queue_send_notify; in _tx_queue_send_notify()
Dtx_queue_front_send.c172 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()
Dtx_queue_send.c163 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/
Dtx_queue_send_notify.c100 queue_ptr -> tx_queue_send_notify = queue_send_notify; in _tx_queue_send_notify()
Dtx_queue_front_send.c172 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()
Dtx_queue_send.c163 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/
Dtxm_module_manager_stop.c373 (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/
Dsubdir_vars.mk75 ../tx_queue_send_notify.c \
261 ./tx_queue_send_notify.d \
447 ./tx_queue_send_notify.obj \
DccsObjs.opt1 …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/
Dfile_list.mk133 tx_queue_send_notify.c \
/ThreadX-v6.3.0/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c206 tx_queue_send_notify(queue_0, queue_0_notify); in demo_module_start()

123456