| /ThreadX-v6.4.1/common/src/ |
| D | tx_queue_front_send.c | 93 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()
|
| D | tx_queue_send.c | 93 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()
|
| D | tx_queue_send_notify.c | 74 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()
|
| D | txe_queue_send_notify.c | 73 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/ |
| D | tx_queue_front_send.c | 93 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()
|
| D | tx_queue_send.c | 93 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()
|
| D | tx_queue_send_notify.c | 74 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()
|
| D | txe_queue_send_notify.c | 73 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/ |
| D | txm_queue_send_notify.c | 68 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()
|
| D | txm_module_callback_request_thread_entry.c | 95 VOID (*queue_send_notify)(TX_QUEUE *); in _txm_module_callback_request_thread_entry() local 157 …queue_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/ |
| D | txm_module_manager_dispatch.h | 1626 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/ |
| D | tx_api.h | 1668 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/ |
| D | tx_api.h | 1720 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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 390 …_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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 391 …_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/ |
| D | tx_el.h | 391 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|