[go: nahoru, domu]

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

/bionic/tests/
H A Dtime_test.cpp537 FILE* fp = fopen("/proc/sys/kernel/pid_max", "r");
538 long pid_max; local
539 fscanf(fp, "%ld", &pid_max);
540 pid_t invalid_pid = static_cast<pid_t>(pid_max + 1);
H A Dpthread_test.cpp1654 FILE* fp = fopen("/proc/sys/kernel/pid_max", "r");
1656 long pid_max; local
1657 ASSERT_EQ(1, fscanf(fp, "%ld", &pid_max));
1660 ASSERT_LE(pid_max, 65536);

Completed in 100 milliseconds