Searched refs:pids_count (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c36 int pids_count; member in struct:__anon861
72 info->pids_count = 0;
611 info->pids_count = buf_used / sizeof(int);
617 for (i = info->pids_count - 1; i >= 0; i--) {
648 for (i = info->pids_count - 1; i >= 0; i--) {

Completed in 71 milliseconds