Home
last modified time | relevance | path

Searched refs:tx_thread_suspend_cleanup (Results 1 – 25 of 66) sorted by relevance

123

/ThreadX-v6.3.0/test/tx/regression/
Dtestcontrol.c572 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
593 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
610 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
626 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
641 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
655 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
675 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
691 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
699 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
707 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
[all …]
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_wait_abort.c127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_thread_wait_abort()
138 else if(thread_ptr -> tx_thread_suspend_cleanup == TX_NULL) in _tx_thread_wait_abort()
159 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort()
Dtx_block_pool_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_block_pool_cleanup)) in _tx_block_pool_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_block_pool_cleanup()
Dtx_semaphore_cleanup.c98 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_semaphore_cleanup)) in _tx_semaphore_cleanup()
128 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_semaphore_cleanup()
Dtx_byte_pool_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_byte_pool_cleanup)) in _tx_byte_pool_cleanup()
125 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_byte_pool_cleanup()
Dtx_event_flags_cleanup.c98 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_event_flags_cleanup)) in _tx_event_flags_cleanup()
128 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_queue_cleanup)) in _tx_queue_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_cleanup()
Dtx_mutex_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_mutex_cleanup)) in _tx_mutex_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_mutex_cleanup()
Dtx_queue_receive.c220 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
344 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
403 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_receive()
Dtx_thread_timeout.c133 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout()
Dtx_queue_flush.c163 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_flush()
Dtx_queue_front_send.c230 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_front_send()
308 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_front_send()
/ThreadX-v6.3.0/common/src/
Dtx_thread_wait_abort.c127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_thread_wait_abort()
138 else if(thread_ptr -> tx_thread_suspend_cleanup == TX_NULL) in _tx_thread_wait_abort()
159 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort()
Dtx_block_pool_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_block_pool_cleanup)) in _tx_block_pool_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_byte_pool_cleanup)) in _tx_byte_pool_cleanup()
125 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_byte_pool_cleanup()
Dtx_semaphore_cleanup.c98 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_semaphore_cleanup)) in _tx_semaphore_cleanup()
128 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_semaphore_cleanup()
Dtx_event_flags_cleanup.c98 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_event_flags_cleanup)) in _tx_event_flags_cleanup()
128 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_queue_cleanup)) in _tx_queue_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_cleanup()
Dtx_mutex_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_mutex_cleanup)) in _tx_mutex_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_mutex_cleanup()
Dtx_queue_receive.c220 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
344 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
403 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_receive()
Dtx_thread_timeout.c133 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout()
Dtx_queue_flush.c163 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_flush()
Dtx_queue_front_send.c230 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_front_send()
308 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_front_send()
Dtx_queue_send.c226 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_send()
310 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_send()
/ThreadX-v6.3.0/test/smp/regression/
Dtestcontrol.c686 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
707 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
724 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
740 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
757 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
773 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
795 init_test_thread.tx_thread_suspend_cleanup = TX_NULL; in tx_application_define()
811 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
819 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
827 init_test_thread.tx_thread_suspend_cleanup = &(_tx_semaphore_cleanup); in tx_application_define()
[all …]

123