Searched refs:TX_COMPLETED (Results 1 – 21 of 21) sorted by relevance
138 thread_ptr -> tx_thread_state = TX_COMPLETED; in _tx_thread_shell_entry()141 TX_THREAD_STATE_CHANGE(thread_ptr, TX_COMPLETED) in _tx_thread_shell_entry()
104 if (thread_ptr -> tx_thread_state != TX_COMPLETED) in _tx_thread_reset()
91 if (thread_ptr -> tx_thread_state != TX_COMPLETED) in _tx_thread_delete()
178 else if (thread_ptr -> tx_thread_state == TX_COMPLETED) in _tx_thread_suspend()
120 else if (thread_ptr -> tx_thread_state != TX_COMPLETED) in _tx_thread_terminate()
275 if (thread_ptr -> tx_thread_state != TX_COMPLETED) in _tx_thread_system_resume()
182 else if (thread_ptr -> tx_thread_state == TX_COMPLETED) in _tx_thread_suspend()820 else if (thread_ptr -> tx_thread_state == TX_COMPLETED) in _tx_thread_suspend()
417 if (thread_ptr -> tx_thread_state != TX_COMPLETED) in _tx_thread_system_resume()585 if (state != TX_COMPLETED)
84 …if( (thread_ptr->tx_thread_state == TX_COMPLETED) || (thread_ptr->tx_thread_state == TX_TERMINATE… in pthread_cancel()
135 …if ( (target_thread->tx_thread_state == TX_COMPLETED) || (target_thread->tx_thread_state == TX_TER… in pthread_join()
104 if (thread_ptr -> tx_thread_state != TX_COMPLETED) in _txm_module_manager_thread_reset()
244 …OUT) && (module_instance -> txm_module_instance_start_stop_thread.tx_thread_state != TX_COMPLETED)) in _txm_module_manager_stop()
134 if ((current_state == TX_TERMINATED) || (current_state == TX_COMPLETED)) in _tx_thread_smp_protect()
2581 thread_ptr -> tx_thread_state = TX_COMPLETED; in _txm_module_manager_tx_thread_system_suspend_dispatch()2584 TX_THREAD_STATE_CHANGE(thread_ptr, TX_COMPLETED) in _txm_module_manager_tx_thread_system_suspend_dispatch()
707 case TX_COMPLETED: in eTaskGetState()
181 #define TX_COMPLETED ((UINT) 1) macro
180 #define TX_COMPLETED ((UINT) 1) macro