Searched refs:tx_thread_entry_exit_notify (Results 1 – 25 of 92) sorted by relevance
1234
| /ThreadX-v6.4.1/common/src/ |
| D | tx_thread_shell_entry.c | 98 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()
|
| D | tx_thread_entry_exit_notify.c | 101 thread_ptr -> tx_thread_entry_exit_notify = thread_entry_exit_notify; in _tx_thread_entry_exit_notify()
|
| D | tx_thread_terminate.c | 128 entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify; in _tx_thread_terminate()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_thread_shell_entry.c | 98 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()
|
| D | tx_thread_entry_exit_notify.c | 101 thread_ptr -> tx_thread_entry_exit_notify = thread_entry_exit_notify; in _tx_thread_entry_exit_notify()
|
| D | tx_thread_terminate.c | 128 entry_exit_notify = thread_ptr -> tx_thread_entry_exit_notify; in _tx_thread_terminate()
|
| /ThreadX-v6.4.1/test/tx/regression/ |
| D | threadx_thread_terminate_delete_test.c | 114 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()
|
| D | threadx_thread_sleep_terminate_test.c | 88 status += tx_thread_entry_exit_notify(&thread_1, entry_exit_notify); in test_application_define()
|
| D | threadx_thread_completed_test.c | 73 status += tx_thread_entry_exit_notify(&thread_0, entry_exit_notify); in test_application_define()
|
| D | threadx_thread_reset_test.c | 72 status += tx_thread_entry_exit_notify(&thread_0, entry_exit_notify); in test_application_define()
|
| D | threadx_thread_basic_execution_test.c | 600 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/ |
| D | threadx_thread_terminate_delete_test.c | 114 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()
|
| D | threadx_thread_sleep_terminate_test.c | 88 status += tx_thread_entry_exit_notify(&thread_1, entry_exit_notify); in test_application_define()
|
| D | threadx_thread_completed_test.c | 73 status += tx_thread_entry_exit_notify(&thread_0, entry_exit_notify); in test_application_define()
|
| D | threadx_thread_reset_test.c | 72 status += tx_thread_entry_exit_notify(&thread_0, entry_exit_notify); in test_application_define()
|
| D | threadx_thread_basic_execution_test.c | 528 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/ |
| D | subdir_vars.mk | 90 ../tx_thread_entry_exit_notify.c \ 276 ./tx_thread_entry_exit_notify.d \ 464 ./tx_thread_entry_exit_notify.obj \
|
| D | ccsObjs.opt | 1 …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/ |
| D | file_list.mk | 148 tx_thread_entry_exit_notify.c \
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/ |
| D | file_list.mk | 157 tx_thread_entry_exit_notify.c \
|
| /ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/example_build/ |
| D | txe.gpj | 109 tx_thread_entry_exit_notify.c
|
| D | tx.gpj | 108 tx_thread_entry_exit_notify.c
|
| /ThreadX-v6.4.1/common_modules/module_manager/src/ |
| D | txm_module_manager_thread_create.c | 459 …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/ |
| D | txe.gpj | 112 ..\..\..\..\common\src\tx_thread_entry_exit_notify.c
|
| /ThreadX-v6.4.1/common/ |
| D | CMakeLists.txt | 88 ${CMAKE_CURRENT_LIST_DIR}/src/tx_thread_entry_exit_notify.c
|
1234