Home
last modified time | relevance | path

Searched refs:thread_list_len (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/tools/profile/
H A Dread_profile.c715 unsigned i, thread_list_len; in show_profile_data() local
732 thread_list_len = 0; in show_profile_data()
740 ++thread_list_len; in show_profile_data()
742 assert(thread_list_len > 0); in show_profile_data()
745 qsort(opts->thread_list, thread_list_len, sizeof(int), compare_int); in show_profile_data()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dprocesses.c1853 mach_msg_type_number_t thread_list_len; local
1970 status = task_threads(task_list[task], &thread_list, &thread_list_len);
1983 for (mach_msg_type_number_t thread = 0; thread < thread_list_len;
2030 thread_list_len * sizeof(thread_act_t))) !=
2035 thread_list_len = 0;