Home
last modified time | relevance | path

Searched refs:queue_send_notify (Results 1 – 25 of 26) sorted by relevance

12

/ThreadX-v6.4.1/common/src/
Dtx_queue_front_send.c93 VOID (*queue_send_notify)(struct TX_QUEUE_STRUCT *notify_queue_ptr); in _tx_queue_front_send() local
171 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send()
180 if (queue_send_notify != TX_NULL) in _tx_queue_front_send()
184 (queue_send_notify)(queue_ptr); in _tx_queue_front_send()
235 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send()
272 if (queue_send_notify != TX_NULL) in _tx_queue_front_send()
276 (queue_send_notify)(queue_ptr); in _tx_queue_front_send()
361 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send()
396 if (queue_send_notify != TX_NULL) in _tx_queue_front_send()
400 (queue_send_notify)(queue_ptr); in _tx_queue_front_send()
Dtx_queue_send.c93 VOID (*queue_send_notify)(struct TX_QUEUE_STRUCT *notify_queue_ptr); in _tx_queue_send() local
162 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send()
173 if (queue_send_notify != TX_NULL) in _tx_queue_send()
177 (queue_send_notify)(queue_ptr); in _tx_queue_send()
242 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send()
267 if (queue_send_notify != TX_NULL) in _tx_queue_send()
271 (queue_send_notify)(queue_ptr); in _tx_queue_send()
355 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send()
390 if (queue_send_notify != TX_NULL) in _tx_queue_send()
394 (queue_send_notify)(queue_ptr); in _tx_queue_send()
Dtx_queue_send_notify.c74 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_p… in _tx_queue_send_notify()
80 TX_QUEUE_SEND_NOTIFY_NOT_USED(queue_send_notify); in _tx_queue_send_notify()
99 queue_ptr -> tx_queue_send_notify = queue_send_notify; in _tx_queue_send_notify()
Dtxe_queue_send_notify.c73 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_… in _txe_queue_send_notify()
98 status = _tx_queue_send_notify(queue_ptr, queue_send_notify); in _txe_queue_send_notify()
/ThreadX-v6.4.1/common_smp/src/
Dtx_queue_front_send.c93 VOID (*queue_send_notify)(struct TX_QUEUE_STRUCT *notify_queue_ptr); in _tx_queue_front_send() local
171 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send()
180 if (queue_send_notify != TX_NULL) in _tx_queue_front_send()
184 (queue_send_notify)(queue_ptr); in _tx_queue_front_send()
235 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send()
272 if (queue_send_notify != TX_NULL) in _tx_queue_front_send()
276 (queue_send_notify)(queue_ptr); in _tx_queue_front_send()
361 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send()
396 if (queue_send_notify != TX_NULL) in _tx_queue_front_send()
400 (queue_send_notify)(queue_ptr); in _tx_queue_front_send()
Dtx_queue_send.c93 VOID (*queue_send_notify)(struct TX_QUEUE_STRUCT *notify_queue_ptr); in _tx_queue_send() local
162 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send()
173 if (queue_send_notify != TX_NULL) in _tx_queue_send()
177 (queue_send_notify)(queue_ptr); in _tx_queue_send()
242 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send()
267 if (queue_send_notify != TX_NULL) in _tx_queue_send()
271 (queue_send_notify)(queue_ptr); in _tx_queue_send()
355 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send()
390 if (queue_send_notify != TX_NULL) in _tx_queue_send()
394 (queue_send_notify)(queue_ptr); in _tx_queue_send()
Dtx_queue_send_notify.c74 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_p… in _tx_queue_send_notify()
80 TX_QUEUE_SEND_NOTIFY_NOT_USED(queue_send_notify); in _tx_queue_send_notify()
99 queue_ptr -> tx_queue_send_notify = queue_send_notify; in _tx_queue_send_notify()
Dtxe_queue_send_notify.c73 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_… in _txe_queue_send_notify()
98 status = _tx_queue_send_notify(queue_ptr, queue_send_notify); in _txe_queue_send_notify()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_queue_send_notify.c68 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_p… in _txe_queue_send_notify()
74 …dispatcher)(TXM_QUEUE_SEND_NOTIFY_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) queue_send_notify, 0); in _txe_queue_send_notify()
Dtxm_module_callback_request_thread_entry.c95 VOID (*queue_send_notify)(TX_QUEUE *); in _txm_module_callback_request_thread_entry() local
157queue_send_notify = (void (*)(TX_QUEUE *)) callback_message.txm_module_callback_message_applicati… in _txm_module_callback_request_thread_entry()
160 … (queue_send_notify)((TX_QUEUE *) callback_message.txm_module_callback_message_param_1); in _txm_module_callback_request_thread_entry()
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1626 VOID (*queue_send_notify)(TX_QUEUE *); in _txm_module_manager_tx_queue_send_notify_dispatch() local
1643 queue_send_notify = (VOID (*)(TX_QUEUE *)) TX_NULL; in _txm_module_manager_tx_queue_send_notify_dispatch()
1651 queue_send_notify = _txm_module_manager_queue_notify_trampoline; in _txm_module_manager_tx_queue_send_notify_dispatch()
1656 (VOID (*)(TX_QUEUE *notify_queue_ptr)) queue_send_notify in _txm_module_manager_tx_queue_send_notify_dispatch()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1668 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_q…
1684 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_…
1696 UINT _txr_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_…
1978 VOID _tx_misra_queue_send_notify_not_used(VOID (*queue_send_notify)(TX_QUEUE *no…
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1720 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_q…
1736 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_…
1971 VOID _tx_misra_queue_send_notify_not_used(VOID (*queue_send_notify)(TX_QUEUE *no…
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h390 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…

12