Home
last modified time | relevance | path

Searched refs:tx_thread_entry_exit_notify (Results 1 – 25 of 92) sorted by relevance

1234

/ThreadX-v6.4.1/common/src/
Dtx_thread_shell_entry.c98 entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify; in _tx_thread_shell_entry()
132 entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify; in _tx_thread_shell_entry()
Dtx_thread_entry_exit_notify.c101 thread_ptr -> tx_thread_entry_exit_notify = thread_entry_exit_notify; in _tx_thread_entry_exit_notify()
Dtx_thread_terminate.c128 entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify; in _tx_thread_terminate()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_shell_entry.c98 entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify; in _tx_thread_shell_entry()
132 entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify; in _tx_thread_shell_entry()
Dtx_thread_entry_exit_notify.c101 thread_ptr -> tx_thread_entry_exit_notify = thread_entry_exit_notify; in _tx_thread_entry_exit_notify()
Dtx_thread_terminate.c128 entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify; in _tx_thread_terminate()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_terminate_delete_test.c114 status = tx_thread_entry_exit_notify(&thread_1, entry_exit_notify); in test_application_define()
166 status = tx_thread_entry_exit_notify(&thread_3, entry_exit_notify3); in test_application_define()
Dthreadx_thread_sleep_terminate_test.c88 status += tx_thread_entry_exit_notify(&thread_1, entry_exit_notify); in test_application_define()
Dthreadx_thread_completed_test.c73 status += tx_thread_entry_exit_notify(&thread_0, entry_exit_notify); in test_application_define()
Dthreadx_thread_reset_test.c72 status += tx_thread_entry_exit_notify(&thread_0, entry_exit_notify); in test_application_define()
Dthreadx_thread_basic_execution_test.c600 status = tx_thread_entry_exit_notify(TX_NULL, TX_NULL); in thread_0_entry()
612 status = tx_thread_entry_exit_notify(&thread_2, TX_NULL); in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_terminate_delete_test.c114 status = tx_thread_entry_exit_notify(&thread_1, entry_exit_notify); in test_application_define()
166 status = tx_thread_entry_exit_notify(&thread_3, entry_exit_notify3); in test_application_define()
Dthreadx_thread_sleep_terminate_test.c88 status += tx_thread_entry_exit_notify(&thread_1, entry_exit_notify); in test_application_define()
Dthreadx_thread_completed_test.c73 status += tx_thread_entry_exit_notify(&thread_0, entry_exit_notify); in test_application_define()
Dthreadx_thread_reset_test.c72 status += tx_thread_entry_exit_notify(&thread_0, entry_exit_notify); in test_application_define()
Dthreadx_thread_basic_execution_test.c528 status = tx_thread_entry_exit_notify(TX_NULL, TX_NULL); in thread_0_entry()
540 status = tx_thread_entry_exit_notify(&thread_2, TX_NULL); in thread_0_entry()
/ThreadX-v6.4.1/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk90 ../tx_thread_entry_exit_notify.c \
276 ./tx_thread_entry_exit_notify.d \
464 ./tx_thread_entry_exit_notify.obj \
DccsObjs.opt1 …save.obj" "./tx_thread_create.obj" "./tx_thread_delete.obj" "./tx_thread_entry_exit_notify.obj" ".…
/ThreadX-v6.4.1/ports/linux/gnu/example_build/
Dfile_list.mk148 tx_thread_entry_exit_notify.c \
/ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/
Dfile_list.mk157 tx_thread_entry_exit_notify.c \
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/
Dtxe.gpj109 tx_thread_entry_exit_notify.c
Dtx.gpj108 tx_thread_entry_exit_notify.c
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_create.c459 …fo -> txm_module_thread_entry_info_exit_notify = thread_ptr -> tx_thread_entry_exit_notify; in _txm_module_manager_thread_create()
/ThreadX-v6.4.1/ports/cortex_r4/ghs/example_build/
Dtxe.gpj112 ..\..\..\..\common\src\tx_thread_entry_exit_notify.c
/ThreadX-v6.4.1/common/
DCMakeLists.txt88 ${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_entry_exit_notify.c

1234