| /ThreadX-v6.3.0/common/src/ |
| D | tx_semaphore_put.c | 81 VOID (*semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *notify_semaphore_ptr); in _tx_semaphore_put() local 121 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put() 130 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_put() 134 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_put() 184 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put() 212 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_put() 216 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_put()
|
| D | tx_semaphore_ceiling_put.c | 83 VOID (*semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *notify_semaphore_ptr); in _tx_semaphore_ceiling_put() local 140 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put() 149 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_ceiling_put() 153 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_ceiling_put() 208 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put() 233 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_ceiling_put() 237 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_ceiling_put()
|
| D | tx_semaphore_put_notify.c | 75 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _tx_semaphore_put_notify() 81 TX_SEMAPHORE_PUT_NOTIFY_NOT_USED(semaphore_put_notify); in _tx_semaphore_put_notify() 100 semaphore_ptr -> tx_semaphore_put_notify = semaphore_put_notify; in _tx_semaphore_put_notify()
|
| D | txe_semaphore_put_notify.c | 75 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify() 100 status = _tx_semaphore_put_notify(semaphore_ptr, semaphore_put_notify); in _txe_semaphore_put_notify()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_semaphore_put.c | 81 VOID (*semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *notify_semaphore_ptr); in _tx_semaphore_put() local 121 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put() 130 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_put() 134 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_put() 184 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put() 212 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_put() 216 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_put()
|
| D | tx_semaphore_ceiling_put.c | 83 VOID (*semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *notify_semaphore_ptr); in _tx_semaphore_ceiling_put() local 140 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put() 149 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_ceiling_put() 153 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_ceiling_put() 208 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put() 233 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_ceiling_put() 237 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_ceiling_put()
|
| D | tx_semaphore_put_notify.c | 75 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _tx_semaphore_put_notify() 81 TX_SEMAPHORE_PUT_NOTIFY_NOT_USED(semaphore_put_notify); in _tx_semaphore_put_notify() 100 semaphore_ptr -> tx_semaphore_put_notify = semaphore_put_notify; in _tx_semaphore_put_notify()
|
| D | txe_semaphore_put_notify.c | 75 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify() 100 status = _tx_semaphore_put_notify(semaphore_ptr, semaphore_put_notify); in _txe_semaphore_put_notify()
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_semaphore_put_notify.c | 69 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _txe_semaphore_put_notify() 75 …)(TXM_SEMAPHORE_PUT_NOTIFY_CALL, (ALIGN_TYPE) semaphore_ptr, (ALIGN_TYPE) semaphore_put_notify, 0); in _txe_semaphore_put_notify()
|
| D | txm_module_callback_request_thread_entry.c | 95 VOID (*semaphore_put_notify)(TX_SEMAPHORE *); in _txm_module_callback_request_thread_entry() local 168 …semaphore_put_notify = (void (*)(TX_SEMAPHORE *)) callback_message.txm_module_callback_message_ap… in _txm_module_callback_request_thread_entry() 171 … (semaphore_put_notify)((TX_SEMAPHORE *) 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 | 1962 VOID (*semaphore_put_notify)(TX_SEMAPHORE *); in _txm_module_manager_tx_semaphore_put_notify_dispatch() local 1979 semaphore_put_notify = (VOID (*)(TX_SEMAPHORE *)) TX_NULL; in _txm_module_manager_tx_semaphore_put_notify_dispatch() 1987 semaphore_put_notify = _txm_module_manager_semaphore_notify_trampoline; in _txm_module_manager_tx_semaphore_put_notify_dispatch() 1992 (VOID (*)(TX_SEMAPHORE *notify_semaphore_ptr)) semaphore_put_notify in _txm_module_manager_tx_semaphore_put_notify_dispatch()
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1710 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_S… 1725 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_… 1736 UINT _txr_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_… 1975 VOID _tx_misra_semaphore_put_notify_not_used(VOID (*semaphore_put_notify)(TX_SEM…
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1749 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_S… 1764 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_… 1968 VOID _tx_misra_semaphore_put_notify_not_used(VOID (*semaphore_put_notify)(TX_SEM…
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/ |
| D | tx_el.h | 380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/ |
| D | tx_el.h | 380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|
| /ThreadX-v6.3.0/ports/cortex_a7/ghs/inc/ |
| D | tx_el.h | 381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
|