Home
last modified time | relevance | path

Searched refs:_tx_thread_performance_solicited_preemption_count (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_thread_initialize.c205 ULONG _tx_thread_performance_solicited_preemption_count; variable
376 _tx_thread_performance_solicited_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c141 *solicited_preemptions = _tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_system_info_get()
Dtx_thread_preemption_change.c231 _tx_thread_performance_solicited_preemption_count++; in _tx_thread_preemption_change()
Dtx_thread_system_resume.c278 _tx_thread_performance_solicited_preemption_count++; in _tx_thread_system_resume()
799 _tx_thread_performance_solicited_preemption_count++;
Dtx_thread_resume.c337 _tx_thread_performance_solicited_preemption_count++; in _tx_thread_resume()
/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_initialize.c250 ULONG _tx_thread_performance_solicited_preemption_count; variable
406 _tx_thread_performance_solicited_preemption_count = ((ULONG) 0); in _tx_thread_initialize()
Dtx_thread_performance_system_info_get.c141 *solicited_preemptions = _tx_thread_performance_solicited_preemption_count; in _tx_thread_performance_system_info_get()
Dtx_thread_smp_rebalance_execute_list.c459 _tx_thread_performance_solicited_preemption_count++; in _tx_thread_smp_rebalance_execute_list()
/ThreadX-v6.3.0/common/inc/
Dtx_thread.h471 THREAD_DECLARE ULONG _tx_thread_performance_solicited_preemption_count; variable
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_information_test.c137 …(solicited_preemptions != _tx_thread_performance_solicited_preemption_count) || (interrupt_preempt… in thread_0_entry()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_information_test.c137 …(solicited_preemptions != _tx_thread_performance_solicited_preemption_count) || (interrupt_preempt… in thread_0_entry()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h394 THREAD_DECLARE ULONG _tx_thread_performance_solicited_preemption_count; variable