Home
last modified time | relevance | path

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

12

/ThreadX-v6.3.0/common/src/
Dtx_semaphore_put.c81 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()
Dtx_semaphore_ceiling_put.c83 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()
Dtx_semaphore_put_notify.c75 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()
Dtxe_semaphore_put_notify.c75 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/
Dtx_semaphore_put.c81 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()
Dtx_semaphore_ceiling_put.c83 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()
Dtx_semaphore_put_notify.c75 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()
Dtxe_semaphore_put_notify.c75 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/
Dtxm_semaphore_put_notify.c69 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()
Dtxm_module_callback_request_thread_entry.c95 VOID (*semaphore_put_notify)(TX_SEMAPHORE *); in _txm_module_callback_request_thread_entry() local
168semaphore_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/
Dtxm_module_manager_dispatch.h1962 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/
Dtx_api.h1710 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/
Dtx_api.h1749 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/
Dtx_el.h381 …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/
Dtx_el.h381 …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/
Dtx_el.h381 …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/
Dtx_el.h381 …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/
Dtx_el.h381 …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/
Dtx_el.h381 …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/
Dtx_el.h381 …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/
Dtx_el.h381 …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/
Dtx_el.h380 …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/
Dtx_el.h381 …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/
Dtx_el.h380 …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/
Dtx_el.h381 …ALL_EVENT_INSERT_INFO2(TX_EL_SEMAPHORE_PUT_NOTIFY, semaphore_ptr, semaphore_put_notify); TX_EL_END…

12