Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/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.3.0/test/tx/regression/
Dthreadx_trace_basic_test.c362 if (status != TX_NOT_DONE) in thread_0_entry()
668 if (status != TX_NOT_DONE) in thread_0_entry()
719 if (status != TX_NOT_DONE) in thread_0_entry()
Dthreadx_thread_reset_test.c182 if (status != TX_NOT_DONE) in thread_1_entry()
Dthreadx_thread_basic_execution_test.c751 if (status != TX_NOT_DONE) in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_trace_basic_test.c390 if (status != TX_NOT_DONE) in thread_0_entry()
713 if (status != TX_NOT_DONE) in thread_0_entry()
764 if (status != TX_NOT_DONE) in thread_0_entry()
Dthreadx_thread_reset_test.c182 if (status != TX_NOT_DONE) in thread_1_entry()
Dthreadx_thread_basic_execution_test.c679 if (status != TX_NOT_DONE) in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h240 #define TX_NOT_DONE ((UINT) 0x20) macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h239 #define TX_NOT_DONE ((UINT) 0x20) macro