Home
last modified time | relevance | path

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

12

/ThreadX-v6.4.1/common/src/
Dtx_semaphore_put.c80 VOID (*semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *notify_semaphore_ptr); in _tx_semaphore_put() local
120 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
129 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_put()
133 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_put()
183 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
211 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_put()
215 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c82 VOID (*semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *notify_semaphore_ptr); in _tx_semaphore_ceiling_put() local
139 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
148 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_ceiling_put()
152 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_ceiling_put()
207 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
232 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_ceiling_put()
236 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_ceiling_put()
Dtx_semaphore_put_notify.c74 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _tx_semaphore_put_notify()
80 TX_SEMAPHORE_PUT_NOTIFY_NOT_USED(semaphore_put_notify); in _tx_semaphore_put_notify()
99 semaphore_ptr -> tx_semaphore_put_notify = semaphore_put_notify; in _tx_semaphore_put_notify()
Dtxe_semaphore_put_notify.c74 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify()
99 status = _tx_semaphore_put_notify(semaphore_ptr, semaphore_put_notify); in _txe_semaphore_put_notify()
/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_put.c80 VOID (*semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *notify_semaphore_ptr); in _tx_semaphore_put() local
120 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
129 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_put()
133 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_put()
183 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_put()
211 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_put()
215 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_put()
Dtx_semaphore_ceiling_put.c82 VOID (*semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *notify_semaphore_ptr); in _tx_semaphore_ceiling_put() local
139 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
148 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_ceiling_put()
152 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_ceiling_put()
207 semaphore_put_notify = semaphore_ptr -> tx_semaphore_put_notify; in _tx_semaphore_ceiling_put()
232 if (semaphore_put_notify != TX_NULL) in _tx_semaphore_ceiling_put()
236 (semaphore_put_notify)(semaphore_ptr); in _tx_semaphore_ceiling_put()
Dtx_semaphore_put_notify.c74 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _tx_semaphore_put_notify()
80 TX_SEMAPHORE_PUT_NOTIFY_NOT_USED(semaphore_put_notify); in _tx_semaphore_put_notify()
99 semaphore_ptr -> tx_semaphore_put_notify = semaphore_put_notify; in _tx_semaphore_put_notify()
Dtxe_semaphore_put_notify.c74 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPH… in _txe_semaphore_put_notify()
99 status = _tx_semaphore_put_notify(semaphore_ptr, semaphore_put_notify); in _txe_semaphore_put_notify()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_semaphore_put_notify.c68 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHO… in _txe_semaphore_put_notify()
74 …)(TXM_SEMAPHORE_PUT_NOTIFY_CALL, (ALIGN_TYPE) semaphore_ptr, (ALIGN_TYPE) semaphore_put_notify, 0); in _txe_semaphore_put_notify()
Dtxm_module_callback_request_thread_entry.c94 VOID (*semaphore_put_notify)(TX_SEMAPHORE *); in _txm_module_callback_request_thread_entry() local
167semaphore_put_notify = (void (*)(TX_SEMAPHORE *)) callback_message.txm_module_callback_message_ap… in _txm_module_callback_request_thread_entry()
170 … (semaphore_put_notify)((TX_SEMAPHORE *) 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.h1961 VOID (*semaphore_put_notify)(TX_SEMAPHORE *); in _txm_module_manager_tx_semaphore_put_notify_dispatch() local
1978 semaphore_put_notify = (VOID (*)(TX_SEMAPHORE *)) TX_NULL; in _txm_module_manager_tx_semaphore_put_notify_dispatch()
1986 semaphore_put_notify = _txm_module_manager_semaphore_notify_trampoline; in _txm_module_manager_tx_semaphore_put_notify_dispatch()
1991 (VOID (*)(TX_SEMAPHORE *notify_semaphore_ptr)) semaphore_put_notify in _txm_module_manager_tx_semaphore_put_notify_dispatch()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1715 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_S…
1730 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
1741 UINT _txr_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
1980 VOID _tx_misra_semaphore_put_notify_not_used(VOID (*semaphore_put_notify)(TX_SEM…
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1754 UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_S…
1769 UINT _txe_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_…
1973 VOID _tx_misra_semaphore_put_notify_not_used(VOID (*semaphore_put_notify)(TX_SEM…
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h379 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h380 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…

12