Home
last modified time | relevance | path

Searched refs:_tx_byte_pool_cleanup (Results 1 – 10 of 10) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_byte_pool_cleanup.c77 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()
Dtx_byte_allocate.c282 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in _tx_byte_allocate()
/ThreadX-v6.4.1/common_smp/src/
Dtx_byte_pool_cleanup.c77 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()
Dtx_byte_allocate.c282 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_byte_pool_cleanup); in _tx_byte_allocate()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_byte_pool.h105 VOID _tx_byte_pool_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);
/ThreadX-v6.4.1/common/inc/
Dtx_byte_pool.h105 VOID _tx_byte_pool_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c887 _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()
Dthreadx_thread_basic_execution_test.c343 _tx_byte_pool_cleanup(&fake_thread, 0); in test_application_define()
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c1007 _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()
Dthreadx_thread_basic_execution_test.c271 _tx_byte_pool_cleanup(&fake_thread, 0); in test_application_define()