| /ThreadX-v6.3.0/common/src/ |
| D | tx_queue_front_send.c | 94 VOID (*queue_send_notify)(struct TX_QUEUE_STRUCT *notify_queue_ptr); in _tx_queue_front_send() local 172 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 181 if (queue_send_notify != TX_NULL) in _tx_queue_front_send() 185 (queue_send_notify)(queue_ptr); in _tx_queue_front_send() 236 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 273 if (queue_send_notify != TX_NULL) in _tx_queue_front_send() 277 (queue_send_notify)(queue_ptr); in _tx_queue_front_send() 362 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 397 if (queue_send_notify != TX_NULL) in _tx_queue_front_send() 401 (queue_send_notify)(queue_ptr); in _tx_queue_front_send()
|
| D | tx_queue_send.c | 94 VOID (*queue_send_notify)(struct TX_QUEUE_STRUCT *notify_queue_ptr); in _tx_queue_send() local 163 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 174 if (queue_send_notify != TX_NULL) in _tx_queue_send() 178 (queue_send_notify)(queue_ptr); in _tx_queue_send() 243 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 268 if (queue_send_notify != TX_NULL) in _tx_queue_send() 272 (queue_send_notify)(queue_ptr); in _tx_queue_send() 356 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 391 if (queue_send_notify != TX_NULL) in _tx_queue_send() 395 (queue_send_notify)(queue_ptr); in _tx_queue_send()
|
| D | tx_queue_send_notify.c | 75 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_p… in _tx_queue_send_notify() 81 TX_QUEUE_SEND_NOTIFY_NOT_USED(queue_send_notify); in _tx_queue_send_notify() 100 queue_ptr -> tx_queue_send_notify = queue_send_notify; in _tx_queue_send_notify()
|
| D | txe_queue_send_notify.c | 74 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_… in _txe_queue_send_notify() 99 status = _tx_queue_send_notify(queue_ptr, queue_send_notify); in _txe_queue_send_notify()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_queue_front_send.c | 94 VOID (*queue_send_notify)(struct TX_QUEUE_STRUCT *notify_queue_ptr); in _tx_queue_front_send() local 172 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 181 if (queue_send_notify != TX_NULL) in _tx_queue_front_send() 185 (queue_send_notify)(queue_ptr); in _tx_queue_front_send() 236 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 273 if (queue_send_notify != TX_NULL) in _tx_queue_front_send() 277 (queue_send_notify)(queue_ptr); in _tx_queue_front_send() 362 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_front_send() 397 if (queue_send_notify != TX_NULL) in _tx_queue_front_send() 401 (queue_send_notify)(queue_ptr); in _tx_queue_front_send()
|
| D | tx_queue_send.c | 94 VOID (*queue_send_notify)(struct TX_QUEUE_STRUCT *notify_queue_ptr); in _tx_queue_send() local 163 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 174 if (queue_send_notify != TX_NULL) in _tx_queue_send() 178 (queue_send_notify)(queue_ptr); in _tx_queue_send() 243 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 268 if (queue_send_notify != TX_NULL) in _tx_queue_send() 272 (queue_send_notify)(queue_ptr); in _tx_queue_send() 356 queue_send_notify = queue_ptr -> tx_queue_send_notify; in _tx_queue_send() 391 if (queue_send_notify != TX_NULL) in _tx_queue_send() 395 (queue_send_notify)(queue_ptr); in _tx_queue_send()
|
| D | tx_queue_send_notify.c | 75 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_p… in _tx_queue_send_notify() 81 TX_QUEUE_SEND_NOTIFY_NOT_USED(queue_send_notify); in _tx_queue_send_notify() 100 queue_ptr -> tx_queue_send_notify = queue_send_notify; in _tx_queue_send_notify()
|
| D | txe_queue_send_notify.c | 74 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_… in _txe_queue_send_notify() 99 status = _tx_queue_send_notify(queue_ptr, queue_send_notify); in _txe_queue_send_notify()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_queue_send_notify.c | 69 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_queue_p… in _txe_queue_send_notify() 75 …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 | 96 VOID (*queue_send_notify)(TX_QUEUE *); in _txm_module_callback_request_thread_entry() local 158 …queue_send_notify = (void (*)(TX_QUEUE *)) callback_message.txm_module_callback_message_applicati… in _txm_module_callback_request_thread_entry() 161 … (queue_send_notify)((TX_QUEUE *) callback_message.txm_module_callback_message_param_1); in _txm_module_callback_request_thread_entry()
|
| /ThreadX-v6.3.0/common_modules/module_manager/inc/ |
| D | txm_module_manager_dispatch.h | 1627 VOID (*queue_send_notify)(TX_QUEUE *); in _txm_module_manager_tx_queue_send_notify_dispatch() local 1644 queue_send_notify = (VOID (*)(TX_QUEUE *)) TX_NULL; in _txm_module_manager_tx_queue_send_notify_dispatch() 1652 queue_send_notify = _txm_module_manager_queue_notify_trampoline; in _txm_module_manager_tx_queue_send_notify_dispatch() 1657 (VOID (*)(TX_QUEUE *notify_queue_ptr)) queue_send_notify in _txm_module_manager_tx_queue_send_notify_dispatch()
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1663 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_q… 1679 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_… 1691 UINT _txr_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_… 1973 VOID _tx_misra_queue_send_notify_not_used(VOID (*queue_send_notify)(TX_QUEUE *no…
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1715 UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_q… 1731 UINT _txe_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify)(TX_QUEUE *notify_… 1966 VOID _tx_misra_queue_send_notify_not_used(VOID (*queue_send_notify)(TX_QUEUE *no…
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/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.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/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.3.0/ports/cortex_a7/ghs/inc/ |
| D | tx_el.h | 392 …_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND_NOTIFY, queue_ptr, queue_send_notify); TX_EL_END_…
|