Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_thread_entry_exit_notify.c76 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THREA… in _tx_thread_entry_exit_notify()
82 TX_THREAD_ENTRY_EXIT_NOTIFY_NOT_USED(thread_entry_exit_notify); in _tx_thread_entry_exit_notify()
101 thread_ptr -> tx_thread_entry_exit_notify = thread_entry_exit_notify; in _tx_thread_entry_exit_notify()
Dtxe_thread_entry_exit_notify.c74 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THRE… in _txe_thread_entry_exit_notify()
99 status = _tx_thread_entry_exit_notify(thread_ptr, thread_entry_exit_notify); in _txe_thread_entry_exit_notify()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_entry_exit_notify.c76 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THREA… in _tx_thread_entry_exit_notify()
82 TX_THREAD_ENTRY_EXIT_NOTIFY_NOT_USED(thread_entry_exit_notify); in _tx_thread_entry_exit_notify()
101 thread_ptr -> tx_thread_entry_exit_notify = thread_entry_exit_notify; in _tx_thread_entry_exit_notify()
Dtxe_thread_entry_exit_notify.c74 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THRE… in _txe_thread_entry_exit_notify()
99 status = _tx_thread_entry_exit_notify(thread_ptr, thread_entry_exit_notify); in _txe_thread_entry_exit_notify()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_thread_entry_exit_notify.c68 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX_THREA… in _txe_thread_entry_exit_notify()
74 …_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.c96 VOID (*thread_entry_exit_notify)(TX_THREAD *, UINT); in _txm_module_callback_request_thread_entry() local
177thread_entry_exit_notify = (void (*)(TX_THREAD *, UINT)) callback_message.txm_module_callback_mes… in _txm_module_callback_request_thread_entry()
180 …(thread_entry_exit_notify)((TX_THREAD *) callback_message.txm_module_callback_message_param_1, (UI… in _txm_module_callback_request_thread_entry()
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h2095 VOID (*thread_entry_exit_notify)(TX_THREAD *, UINT); in _txm_module_manager_tx_thread_entry_exit_notify_dispatch() local
2116 thread_entry_exit_notify = (VOID (*)(TX_THREAD *, UINT)) TX_NULL; in _txm_module_manager_tx_thread_entry_exit_notify_dispatch()
2124 thread_entry_exit_notify = _txm_module_manager_thread_notify_trampoline; in _txm_module_manager_tx_thread_entry_exit_notify_dispatch()
2129 (VOID (*)(TX_THREAD *notify_thread_ptr, UINT type)) thread_entry_exit_notify in _txm_module_manager_tx_thread_entry_exit_notify_dispatch()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1755 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX…
1792 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1814 UINT _txr_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1982 VOID _tx_misra_thread_entry_exit_notify_not_used(VOID (*thread_entry_exit_notify
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1782 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX…
1819 UINT _txe_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(T…
1975 VOID _tx_misra_thread_entry_exit_notify_not_used(VOID (*thread_entry_exit_notify
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_m7/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h354 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_a9/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_a8/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_a5/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h355 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/
Dtx_el.h354 …_EVENT_INSERT_INFO2(TX_EL_THREAD_ENTRY_EXIT_NOTIFY, thread_ptr, thread_entry_exit_notify); TX_EL_E…