Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_cleanup.c77 VOID _tx_semaphore_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence) in _tx_semaphore_cleanup() function
97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_semaphore_cleanup)) in _tx_semaphore_cleanup()
Dtx_semaphore_get.c150 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in _tx_semaphore_get()
/ThreadX-v6.4.1/common/src/
Dtx_semaphore_cleanup.c77 VOID _tx_semaphore_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence) in _tx_semaphore_cleanup() function
97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_semaphore_cleanup)) in _tx_semaphore_cleanup()
Dtx_semaphore_get.c150 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in _tx_semaphore_get()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_semaphore.h86 VOID _tx_semaphore_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);
/ThreadX-v6.4.1/common/inc/
Dtx_semaphore.h86 VOID _tx_semaphore_cleanup(TX_THREAD *thread_ptr, ULONG suspension_sequence);
/ThreadX-v6.4.1/test/tx/regression/
Dtestcontrol.c691 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
695 _tx_semaphore_cleanup(&init_test_thread, 0); in tx_application_define()
699 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
703 _tx_semaphore_cleanup(&init_test_thread, 1); in tx_application_define()
707 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
711 _tx_semaphore_cleanup(&init_test_thread, 0); in tx_application_define()
715 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
719 _tx_semaphore_cleanup(&init_test_thread, 0); in tx_application_define()
Dthreadx_thread_basic_execution_test.c339 _tx_semaphore_cleanup(&fake_thread, 0); in test_application_define()
/ThreadX-v6.4.1/test/smp/regression/
Dtestcontrol.c811 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
815 _tx_semaphore_cleanup(&init_test_thread, 0); in tx_application_define()
819 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
823 _tx_semaphore_cleanup(&init_test_thread, 1); in tx_application_define()
827 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
831 _tx_semaphore_cleanup(&init_test_thread, 0); in tx_application_define()
835 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
839 _tx_semaphore_cleanup(&init_test_thread, 0); in tx_application_define()
Dthreadx_thread_basic_execution_test.c267 _tx_semaphore_cleanup(&fake_thread, 0); in test_application_define()