HomeSort by relevance Sort by last modified time
    Searched full:max_pids (Results 1 - 1 of 1) sorted by null

  /external/selinux/policycoreutils/sandbox/
seunshare.c 559 int pids, max_pids; local
565 max_pids = 256;
566 pid_table = malloc(max_pids * sizeof (pid_t));
580 if (pids == max_pids) {
588 max_pids *= 2;

Completed in 504 milliseconds