Home
last modified time | relevance | path

Searched refs:gets (Results 1 – 25 of 40) sorted by relevance

12

/ThreadX-v6.3.0/common_smp/src/
Dtx_event_flags_performance_system_info_get.c81 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()
Dtx_semaphore_performance_system_info_get.c81 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()
Dtx_mutex_performance_system_info_get.c85 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()
Dtx_event_flags_performance_info_get.c84 …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()
Dtx_semaphore_performance_info_get.c83 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()
Dtx_mutex_performance_info_get.c86 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/
Dtx_event_flags_performance_system_info_get.c81 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()
Dtx_semaphore_performance_system_info_get.c81 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()
Dtx_mutex_performance_system_info_get.c85 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()
Dtx_event_flags_performance_info_get.c84 …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()
Dtx_semaphore_performance_info_get.c83 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()
Dtx_mutex_performance_info_get.c86 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/
Dthreadx_semaphore_information_test.c21 …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 …]
Dthreadx_event_flag_information_test.c22 …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 …]
Dthreadx_mutex_information_test.c31 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/
Dthreadx_semaphore_information_test.c21 …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 …]
Dthreadx_event_flag_information_test.c22 …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 …]
Dthreadx_mutex_information_test.c31 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/
Dtxm_event_flags_performance_system_info_get.c73 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()
Dtxm_semaphore_performance_system_info_get.c73 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()
Dtxm_event_flags_performance_info_get.c76 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()
Dtxm_semaphore_performance_info_get.c75 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()
Dtxm_mutex_performance_system_info_get.c77 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()
Dtxm_mutex_performance_info_get.c79 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/
Dtx_thread_smp_core_get.mip40 /* This function gets the currently running core number and returns it.*/

12