| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_event_flags_performance_system_info_get.c | 81 UINT _tx_event_flags_performance_system_info_get(ULONG *sets, ULONG *gets, ULONG *suspensions, ULO… in _tx_event_flags_performance_system_info_get() argument 109 if (gets != TX_NULL) in _tx_event_flags_performance_system_info_get() 112 *gets = _tx_event_flags_performance_get_count; in _tx_event_flags_performance_system_info_get() 147 else if (gets != TX_NULL) in _tx_event_flags_performance_system_info_get()
|
| D | tx_semaphore_performance_system_info_get.c | 81 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG… in _tx_semaphore_performance_system_info_get() argument 109 if (gets != TX_NULL) in _tx_semaphore_performance_system_info_get() 112 *gets = _tx_semaphore_performance_get_count; in _tx_semaphore_performance_system_info_get() 147 else if (gets != TX_NULL) in _tx_semaphore_performance_system_info_get()
|
| D | tx_mutex_performance_system_info_get.c | 85 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, in _tx_mutex_performance_system_info_get() argument 114 if (gets != TX_NULL) in _tx_mutex_performance_system_info_get() 117 *gets = _tx_mutex_performance_get_count; in _tx_mutex_performance_system_info_get() 166 else if (gets != TX_NULL) in _tx_mutex_performance_system_info_get()
|
| D | tx_event_flags_performance_info_get.c | 84 …NT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *gets, in _tx_event_flags_performance_info_get() argument 132 if (gets != TX_NULL) in _tx_event_flags_performance_info_get() 135 *gets = group_ptr -> tx_event_flags_group__performance_get_count; in _tx_event_flags_performance_info_get() 175 else if (gets != TX_NULL) in _tx_event_flags_performance_info_get()
|
| D | tx_semaphore_performance_info_get.c | 83 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *gets, in _tx_semaphore_performance_info_get() argument 131 if (gets != TX_NULL) in _tx_semaphore_performance_info_get() 134 *gets = semaphore_ptr -> tx_semaphore_performance_get_count; in _tx_semaphore_performance_info_get() 174 else if (gets != TX_NULL) in _tx_semaphore_performance_info_get()
|
| D | tx_mutex_performance_info_get.c | 86 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, in _tx_mutex_performance_info_get() argument 137 if (gets != TX_NULL) in _tx_mutex_performance_info_get() 140 *gets = mutex_ptr -> tx_mutex_performance_get_count; in _tx_mutex_performance_info_get() 191 else if (gets != TX_NULL) in _tx_mutex_performance_info_get()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_event_flags_performance_system_info_get.c | 81 UINT _tx_event_flags_performance_system_info_get(ULONG *sets, ULONG *gets, ULONG *suspensions, ULO… in _tx_event_flags_performance_system_info_get() argument 109 if (gets != TX_NULL) in _tx_event_flags_performance_system_info_get() 112 *gets = _tx_event_flags_performance_get_count; in _tx_event_flags_performance_system_info_get() 147 else if (gets != TX_NULL) in _tx_event_flags_performance_system_info_get()
|
| D | tx_semaphore_performance_system_info_get.c | 81 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG… in _tx_semaphore_performance_system_info_get() argument 109 if (gets != TX_NULL) in _tx_semaphore_performance_system_info_get() 112 *gets = _tx_semaphore_performance_get_count; in _tx_semaphore_performance_system_info_get() 147 else if (gets != TX_NULL) in _tx_semaphore_performance_system_info_get()
|
| D | tx_mutex_performance_system_info_get.c | 85 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, in _tx_mutex_performance_system_info_get() argument 114 if (gets != TX_NULL) in _tx_mutex_performance_system_info_get() 117 *gets = _tx_mutex_performance_get_count; in _tx_mutex_performance_system_info_get() 166 else if (gets != TX_NULL) in _tx_mutex_performance_system_info_get()
|
| D | tx_event_flags_performance_info_get.c | 84 …NT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *gets, in _tx_event_flags_performance_info_get() argument 132 if (gets != TX_NULL) in _tx_event_flags_performance_info_get() 135 *gets = group_ptr -> tx_event_flags_group__performance_get_count; in _tx_event_flags_performance_info_get() 175 else if (gets != TX_NULL) in _tx_event_flags_performance_info_get()
|
| D | tx_semaphore_performance_info_get.c | 83 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *gets, in _tx_semaphore_performance_info_get() argument 131 if (gets != TX_NULL) in _tx_semaphore_performance_info_get() 134 *gets = semaphore_ptr -> tx_semaphore_performance_get_count; in _tx_semaphore_performance_info_get() 174 else if (gets != TX_NULL) in _tx_semaphore_performance_info_get()
|
| D | tx_mutex_performance_info_get.c | 86 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, in _tx_mutex_performance_info_get() argument 137 if (gets != TX_NULL) in _tx_mutex_performance_info_get() 140 *gets = mutex_ptr -> tx_mutex_performance_get_count; in _tx_mutex_performance_info_get() 191 else if (gets != TX_NULL) in _tx_mutex_performance_info_get()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_semaphore_information_test.c | 21 …NT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *gets, 98 ULONG gets; in thread_0_entry() local 229 … status += tx_semaphore_performance_info_get(&semaphore_0, &puts, &gets, &suspensions, &timeouts); in thread_0_entry() 232 …if ((status != TX_SUCCESS) || (puts != semaphore_0.tx_semaphore_performance_put_count) || (gets !=… in thread_0_entry() 243 status += tx_semaphore_performance_system_info_get(&puts, &gets, &suspensions, &timeouts); in thread_0_entry() 246 …if ((status != TX_SUCCESS) || (puts != _tx_semaphore_performance_put_count) || (gets != _tx_semaph… in thread_0_entry() 258 … status = tx_semaphore_performance_info_get(&semaphore_0, &puts, &gets, &suspensions, &timeouts); in thread_0_entry() 270 status = tx_semaphore_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts); in thread_0_entry() 282 status = tx_semaphore_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts); in thread_0_entry() 330 status = tx_semaphore_performance_system_info_get(&puts, &gets, &suspensions, &timeouts); in thread_0_entry() [all …]
|
| D | threadx_event_flag_information_test.c | 22 …NT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *gets, 132 ULONG gets; in thread_0_entry() local 372 status += tx_event_flags_performance_info_get(&group_0, &sets, &gets, &suspensions, &timeouts); in thread_0_entry() 375 …CESS) || (sets != group_0.tx_event_flags_group_performance_set_count) || (gets != group_0.tx_event… in thread_0_entry() 386 status += tx_event_flags_performance_system_info_get(&sets, &gets, &suspensions, &timeouts); in thread_0_entry() 389 …if ((status != TX_SUCCESS) || (sets != _tx_event_flags_performance_set_count) || (gets != _tx_even… in thread_0_entry() 401 status = tx_event_flags_performance_info_get(&group_0, &sets, &gets, &suspensions, &timeouts); in thread_0_entry() 413 status = tx_event_flags_performance_info_get(TX_NULL, &sets, &gets, &suspensions, &timeouts); in thread_0_entry() 425 status = tx_event_flags_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts); in thread_0_entry() 473 status = tx_event_flags_performance_system_info_get(&sets, &gets, &suspensions, &timeouts); in thread_0_entry() [all …]
|
| D | threadx_mutex_information_test.c | 31 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, 133 ULONG gets; in thread_0_entry() local 316 …status = tx_mutex_performance_info_get(&mutex_2, &puts, &gets, &suspensions, &timeouts, &inversio… in thread_0_entry() 319 …if ((status != TX_SUCCESS) || (puts != mutex_2.tx_mutex_performance_put_count) || (gets != mutex_2… in thread_0_entry() 330 …status = tx_mutex_performance_system_info_get(&puts, &gets, &suspensions, &timeouts, &inversions,… in thread_0_entry() 333 …if ((status != TX_SUCCESS) || (puts != _tx_mutex_performance_put_count) || (gets != _tx_mutex_perf… in thread_0_entry() 346 …status = tx_mutex_performance_info_get(&mutex_2, &puts, &gets, &suspensions, &timeouts, &inversio… in thread_0_entry() 358 …status = tx_mutex_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts, &inversion… in thread_0_entry() 370 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts, &inversi… in thread_0_entry() 442 …status = tx_mutex_performance_system_info_get(&puts, &gets, &suspensions, &timeouts, &inversions,… in thread_0_entry() [all …]
|
| /ThreadX-v6.3.0/test/tx/regression/ |
| D | threadx_semaphore_information_test.c | 21 …NT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *gets, 98 ULONG gets; in thread_0_entry() local 229 … status += tx_semaphore_performance_info_get(&semaphore_0, &puts, &gets, &suspensions, &timeouts); in thread_0_entry() 232 …if ((status != TX_SUCCESS) || (puts != semaphore_0.tx_semaphore_performance_put_count) || (gets !=… in thread_0_entry() 243 status += tx_semaphore_performance_system_info_get(&puts, &gets, &suspensions, &timeouts); in thread_0_entry() 246 …if ((status != TX_SUCCESS) || (puts != _tx_semaphore_performance_put_count) || (gets != _tx_semaph… in thread_0_entry() 258 … status = tx_semaphore_performance_info_get(&semaphore_0, &puts, &gets, &suspensions, &timeouts); in thread_0_entry() 270 status = tx_semaphore_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts); in thread_0_entry() 282 status = tx_semaphore_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts); in thread_0_entry() 330 status = tx_semaphore_performance_system_info_get(&puts, &gets, &suspensions, &timeouts); in thread_0_entry() [all …]
|
| D | threadx_event_flag_information_test.c | 22 …NT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *gets, 132 ULONG gets; in thread_0_entry() local 372 status += tx_event_flags_performance_info_get(&group_0, &sets, &gets, &suspensions, &timeouts); in thread_0_entry() 375 …CESS) || (sets != group_0.tx_event_flags_group_performance_set_count) || (gets != group_0.tx_event… in thread_0_entry() 386 status += tx_event_flags_performance_system_info_get(&sets, &gets, &suspensions, &timeouts); in thread_0_entry() 389 …if ((status != TX_SUCCESS) || (sets != _tx_event_flags_performance_set_count) || (gets != _tx_even… in thread_0_entry() 401 status = tx_event_flags_performance_info_get(&group_0, &sets, &gets, &suspensions, &timeouts); in thread_0_entry() 413 status = tx_event_flags_performance_info_get(TX_NULL, &sets, &gets, &suspensions, &timeouts); in thread_0_entry() 425 status = tx_event_flags_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts); in thread_0_entry() 473 status = tx_event_flags_performance_system_info_get(&sets, &gets, &suspensions, &timeouts); in thread_0_entry() [all …]
|
| D | threadx_mutex_information_test.c | 31 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, 133 ULONG gets; in thread_0_entry() local 316 …status = tx_mutex_performance_info_get(&mutex_2, &puts, &gets, &suspensions, &timeouts, &inversio… in thread_0_entry() 319 …if ((status != TX_SUCCESS) || (puts != mutex_2.tx_mutex_performance_put_count) || (gets != mutex_2… in thread_0_entry() 330 …status = tx_mutex_performance_system_info_get(&puts, &gets, &suspensions, &timeouts, &inversions,… in thread_0_entry() 333 …if ((status != TX_SUCCESS) || (puts != _tx_mutex_performance_put_count) || (gets != _tx_mutex_perf… in thread_0_entry() 346 …status = tx_mutex_performance_info_get(&mutex_2, &puts, &gets, &suspensions, &timeouts, &inversio… in thread_0_entry() 358 …status = tx_mutex_performance_info_get(TX_NULL, &puts, &gets, &suspensions, &timeouts, &inversion… in thread_0_entry() 370 …status = tx_mutex_performance_info_get(TX_NULL, TX_NULL, &gets, &suspensions, &timeouts, &inversi… in thread_0_entry() 442 …status = tx_mutex_performance_system_info_get(&puts, &gets, &suspensions, &timeouts, &inversions,… in thread_0_entry() [all …]
|
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_event_flags_performance_system_info_get.c | 73 UINT _tx_event_flags_performance_system_info_get(ULONG *sets, ULONG *gets, ULONG *suspensions, ULON… in _tx_event_flags_performance_system_info_get() argument 83 …T_FLAGS_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) sets, (ALIGN_TYPE) gets, (ALIGN_TYPE) extra… in _tx_event_flags_performance_system_info_get()
|
| D | txm_semaphore_performance_system_info_get.c | 73 UINT _tx_semaphore_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG … in _tx_semaphore_performance_system_info_get() argument 83 …MAPHORE_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) puts, (ALIGN_TYPE) gets, (ALIGN_TYPE) extra… in _tx_semaphore_performance_system_info_get()
|
| D | txm_event_flags_performance_info_get.c | 76 UINT _tx_event_flags_performance_info_get(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG *sets, ULONG *gets… in _tx_event_flags_performance_info_get() argument 82 extra_parameters[0] = (ALIGN_TYPE) gets; in _tx_event_flags_performance_info_get()
|
| D | txm_semaphore_performance_info_get.c | 75 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *gets, ULON… in _tx_semaphore_performance_info_get() argument 81 extra_parameters[0] = (ALIGN_TYPE) gets; in _tx_semaphore_performance_info_get()
|
| D | txm_mutex_performance_system_info_get.c | 77 UINT _tx_mutex_performance_system_info_get(ULONG *puts, ULONG *gets, ULONG *suspensions, ULONG *tim… in _tx_mutex_performance_system_info_get() argument 89 …M_MUTEX_PERFORMANCE_SYSTEM_INFO_GET_CALL, (ALIGN_TYPE) puts, (ALIGN_TYPE) gets, (ALIGN_TYPE) extra… in _tx_mutex_performance_system_info_get()
|
| D | txm_mutex_performance_info_get.c | 79 UINT _tx_mutex_performance_info_get(TX_MUTEX *mutex_ptr, ULONG *puts, ULONG *gets, ULONG *suspensio… in _tx_mutex_performance_info_get() argument 85 extra_parameters[0] = (ALIGN_TYPE) gets; in _tx_mutex_performance_info_get()
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/ |
| D | tx_thread_smp_core_get.mip | 40 /* This function gets the currently running core number and returns it.*/
|