Home
last modified time | relevance | path

Searched refs:TX_NOT_DONE (Results 1 – 16 of 16) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_thread_reset.c98 status = TX_NOT_DONE; in _tx_thread_reset()
112 status = TX_NOT_DONE; in _tx_thread_reset()
122 thread_ptr -> tx_thread_state = TX_NOT_DONE; in _tx_thread_reset()
Dtx_trace_disable.c83 status = TX_NOT_DONE; in _tx_trace_disable()
Dtx_trace_user_event_insert.c93 status = TX_NOT_DONE; in _tx_trace_user_event_insert()
Dtx_mutex_put.c101 status = TX_NOT_DONE; in _tx_mutex_put()
152 if (status == TX_NOT_DONE) in _tx_mutex_put()
238 if (status == TX_NOT_DONE) in _tx_mutex_put()
Dtx_thread_priority_change.c107 status = TX_NOT_DONE; in _tx_thread_priority_change()
257 if (status == TX_NOT_DONE) in _tx_thread_priority_change()
Dtx_trace_enable.c123 status = TX_NOT_DONE; in _tx_trace_enable()
/ThreadX-v6.2.1/common/src/
Dtx_thread_reset.c98 status = TX_NOT_DONE; in _tx_thread_reset()
112 status = TX_NOT_DONE; in _tx_thread_reset()
122 thread_ptr -> tx_thread_state = TX_NOT_DONE; in _tx_thread_reset()
Dtx_trace_disable.c83 status = TX_NOT_DONE; in _tx_trace_disable()
Dtx_trace_user_event_insert.c93 status = TX_NOT_DONE; in _tx_trace_user_event_insert()
Dtx_mutex_put.c101 status = TX_NOT_DONE; in _tx_mutex_put()
152 if (status == TX_NOT_DONE) in _tx_mutex_put()
238 if (status == TX_NOT_DONE) in _tx_mutex_put()
Dtx_trace_enable.c123 status = TX_NOT_DONE; in _tx_trace_enable()
/ThreadX-v6.2.1/common_modules/module_manager/src/
Dtxm_module_manager_thread_reset.c98 status = TX_NOT_DONE; in _txm_module_manager_thread_reset()
112 status = TX_NOT_DONE; in _txm_module_manager_thread_reset()
122 thread_ptr -> tx_thread_state = TX_NOT_DONE; in _txm_module_manager_thread_reset()
Dtxm_module_manager_unload.c132 return(TX_NOT_DONE); in _txm_module_manager_unload()
/ThreadX-v6.2.1/utility/execution_profile_kit/smp_version/
Dtx_execution_profile.c1155 return(TX_NOT_DONE); in _tx_execution_core_thread_total_time_get()
1213 return(TX_NOT_DONE); in _tx_execution_core_isr_time_get()
1270 return(TX_NOT_DONE); in _tx_execution_core_idle_time_get()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h232 #define TX_NOT_DONE ((UINT) 0x20) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h231 #define TX_NOT_DONE ((UINT) 0x20) macro