Home
last modified time | relevance | path

Searched refs:thread_entry_exit_notify (Results 1 – 22 of 22) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_thread_entry_exit_notify.c77 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THREA… in _tx_thread_entry_exit_notify()
83 TX_THREAD_ENTRY_EXIT_NOTIFY_NOT_USED(thread_entry_exit_notify); in _tx_thread_entry_exit_notify()
102 thread_ptr -> tx_thread_entry_exit_notify = thread_entry_exit_notify; in _tx_thread_entry_exit_notify()
Dtxe_thread_entry_exit_notify.c75 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THRE… in _txe_thread_entry_exit_notify()
100 status = _tx_thread_entry_exit_notify(thread_ptr, thread_entry_exit_notify); in _txe_thread_entry_exit_notify()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_entry_exit_notify.c77 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THREA… in _tx_thread_entry_exit_notify()
83 TX_THREAD_ENTRY_EXIT_NOTIFY_NOT_USED(thread_entry_exit_notify); in _tx_thread_entry_exit_notify()
102 thread_ptr -> tx_thread_entry_exit_notify = thread_entry_exit_notify; in _tx_thread_entry_exit_notify()
Dtxe_thread_entry_exit_notify.c75 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THRE… in _txe_thread_entry_exit_notify()
100 status = _tx_thread_entry_exit_notify(thread_ptr, thread_entry_exit_notify); in _txe_thread_entry_exit_notify()
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_thread_entry_exit_notify.c69 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THREA… in _txe_thread_entry_exit_notify()
75 …_THREAD_ENTRY_EXIT_NOTIFY_CALL, (ALIGN_TYPE) thread_ptr, (ALIGN_TYPE) thread_entry_exit_notify, 0); in _txe_thread_entry_exit_notify()
Dtxm_module_callback_request_thread_entry.c97 VOID (*thread_entry_exit_notify)(TX_THREAD *, UINT); in _txm_module_callback_request_thread_entry() local
178thread_entry_exit_notify = (void (*)(TX_THREAD *, UINT)) callback_message.txm_module_callback_mes… in _txm_module_callback_request_thread_entry()
181 …(thread_entry_exit_notify)((TX_THREAD *) callback_message.txm_module_callback_message_param_1, (UI… in _txm_module_callback_request_thread_entry()
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2096 VOID (*thread_entry_exit_notify)(TX_THREAD *, UINT); in _txm_module_manager_tx_thread_entry_exit_notify_dispatch() local
2117 thread_entry_exit_notify = (VOID (*)(TX_THREAD *, UINT)) TX_NULL; in _txm_module_manager_tx_thread_entry_exit_notify_dispatch()
2125 thread_entry_exit_notify = _txm_module_manager_thread_notify_trampoline; in _txm_module_manager_tx_thread_entry_exit_notify_dispatch()
2130 (VOID (*)(TX_THREAD *notify_thread_ptr, UINT type)) thread_entry_exit_notify in _txm_module_manager_tx_thread_entry_exit_notify_dispatch()
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1750 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX…
1787 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1809 UINT _txr_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1977 VOID _tx_misra_thread_entry_exit_notify_not_used(VOID (*thread_entry_exit_notify
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1777 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX…
1814 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1970 VOID _tx_misra_thread_entry_exit_notify_not_used(VOID (*thread_entry_exit_notify
/ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports/cortex_a7/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.3.0/ports/cortex_a5/ghs/inc/
Dtx_el.h356 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…