Home
last modified time | relevance | path

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

123

/ThreadX-v6.4.1/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.4.1/common/src/
Dtx_thread_wait_abort.c126 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_thread_wait_abort()
137 else if(thread_ptr -> tx_thread_suspend_cleanup == TX_NULL) in _tx_thread_wait_abort()
158 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort()
Dtx_block_pool_cleanup.c96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_block_pool_cleanup)) in _tx_block_pool_cleanup()
126 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_byte_pool_cleanup)) in _tx_byte_pool_cleanup()
124 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_byte_pool_cleanup()
Dtx_semaphore_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_semaphore_cleanup)) in _tx_semaphore_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_semaphore_cleanup()
Dtx_event_flags_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_event_flags_cleanup)) in _tx_event_flags_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_queue_cleanup)) in _tx_queue_cleanup()
126 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_cleanup()
Dtx_mutex_cleanup.c96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_mutex_cleanup)) in _tx_mutex_cleanup()
126 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_mutex_cleanup()
Dtx_queue_receive.c219 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
343 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
402 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_receive()
Dtx_thread_timeout.c132 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout()
Dtx_queue_flush.c162 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_flush()
Dtx_queue_front_send.c229 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_front_send()
307 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_front_send()
Dtx_queue_send.c225 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_send()
309 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_send()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_wait_abort.c126 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_thread_wait_abort()
137 else if(thread_ptr -> tx_thread_suspend_cleanup == TX_NULL) in _tx_thread_wait_abort()
158 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_wait_abort()
Dtx_block_pool_cleanup.c96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_block_pool_cleanup)) in _tx_block_pool_cleanup()
126 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_byte_pool_cleanup)) in _tx_byte_pool_cleanup()
124 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_byte_pool_cleanup()
Dtx_semaphore_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_semaphore_cleanup)) in _tx_semaphore_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_semaphore_cleanup()
Dtx_event_flags_cleanup.c97 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_event_flags_cleanup)) in _tx_event_flags_cleanup()
127 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_event_flags_cleanup()
Dtx_queue_cleanup.c96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_queue_cleanup)) in _tx_queue_cleanup()
126 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_cleanup()
Dtx_mutex_cleanup.c96 if (thread_ptr -> tx_thread_suspend_cleanup == &(_tx_mutex_cleanup)) in _tx_mutex_cleanup()
126 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_mutex_cleanup()
Dtx_queue_receive.c219 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
343 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_receive()
402 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_receive()
Dtx_thread_timeout.c132 suspend_cleanup = thread_ptr -> tx_thread_suspend_cleanup; in _tx_thread_timeout()
Dtx_queue_flush.c162 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_flush()
Dtx_queue_front_send.c229 thread_ptr -> tx_thread_suspend_cleanup = TX_NULL; in _tx_queue_front_send()
307 thread_ptr -> tx_thread_suspend_cleanup = &(_tx_queue_cleanup); in _tx_queue_front_send()
/ThreadX-v6.4.1/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