Home
last modified time | relevance | path

Searched refs:tx_thread_performance_resume_count (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_thread_system_resume.c191 thread_ptr -> tx_thread_performance_resume_count++; in _tx_thread_system_resume()
453 thread_ptr -> tx_thread_performance_resume_count++; in _tx_thread_system_resume()
609 thread_ptr -> tx_thread_performance_resume_count++;
714 thread_ptr -> tx_thread_performance_resume_count++;
Dtx_thread_performance_info_get.c144 *resumptions = thread_ptr -> tx_thread_performance_resume_count; in _tx_thread_performance_info_get()
Dtx_thread_resume.c250 thread_ptr -> tx_thread_performance_resume_count++; in _tx_thread_resume()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_performance_info_get.c144 *resumptions = thread_ptr -> tx_thread_performance_resume_count; in _tx_thread_performance_info_get()
Dtx_thread_system_resume.c311 thread_ptr -> tx_thread_performance_resume_count++; in _tx_thread_system_resume()
354 thread_ptr -> tx_thread_performance_resume_count++; in _tx_thread_system_resume()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_thread_information_test.c118 …if ((status != TX_SUCCESS) || (resumptions != thread_0.tx_thread_performance_resume_count) || (sus… in thread_0_entry()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_thread_information_test.c118 …if ((status != TX_SUCCESS) || (resumptions != thread_0.tx_thread_performance_resume_count) || (sus… in thread_0_entry()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h602 ULONG tx_thread_performance_resume_count; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h570 ULONG tx_thread_performance_resume_count; member