Searched refs:_tx_byte_pool_cleanup (Results 1 – 10 of 10) sorted by relevance
/ThreadX-v6.4.1/common/src/ |
D | tx_byte_pool_cleanup.c | 77 VOID _tx_byte_pool_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence) in _tx_byte_pool_cleanup() function 96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_byte_pool_cleanup)) in _tx_byte_pool_cleanup()
|
D | tx_byte_allocate.c | 282 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in _tx_byte_allocate()
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_byte_pool_cleanup.c | 77 VOID _tx_byte_pool_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence) in _tx_byte_pool_cleanup() function 96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_byte_pool_cleanup)) in _tx_byte_pool_cleanup()
|
D | tx_byte_allocate.c | 282 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in _tx_byte_allocate()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_byte_pool.h | 105 VOID _tx_byte_pool_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_byte_pool.h | 105 VOID _tx_byte_pool_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | testcontrol.c | 887 _tx_byte_pool_cleanup(&init_test_thread, 0); in tx_application_define() 891 init_test_thread.tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in tx_application_define() 895 _tx_byte_pool_cleanup(&init_test_thread, 0); in tx_application_define() 899 init_test_thread.tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in tx_application_define() 903 _tx_byte_pool_cleanup(&init_test_thread, 0); in tx_application_define() 907 init_test_thread.tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in tx_application_define() 911 _tx_byte_pool_cleanup(&init_test_thread, 1); in tx_application_define() 915 init_test_thread.tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in tx_application_define() 919 _tx_byte_pool_cleanup(&init_test_thread, 0); in tx_application_define()
|
D | threadx_thread_basic_execution_test.c | 343 _tx_byte_pool_cleanup(&fake_thread, 0); in test_application_define()
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | testcontrol.c | 1007 _tx_byte_pool_cleanup(&init_test_thread, 0); in tx_application_define() 1011 init_test_thread.tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in tx_application_define() 1015 _tx_byte_pool_cleanup(&init_test_thread, 0); in tx_application_define() 1019 init_test_thread.tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in tx_application_define() 1023 _tx_byte_pool_cleanup(&init_test_thread, 0); in tx_application_define() 1027 init_test_thread.tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in tx_application_define() 1031 _tx_byte_pool_cleanup(&init_test_thread, 1); in tx_application_define() 1035 init_test_thread.tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in tx_application_define() 1039 _tx_byte_pool_cleanup(&init_test_thread, 0); in tx_application_define()
|
D | threadx_thread_basic_execution_test.c | 271 _tx_byte_pool_cleanup(&fake_thread, 0); in test_application_define()
|