Files
mckernel/executer
Masamichi Takagi 035e7913d8 do_fork(): RLIMIT_NPROC check
1. mcexec sets RLIMIT_NPROC to the number of mcexec threads.
2. do_fork() gets the current number of threads by calling rusage function.
3. do_fork() returns -EAGAIN when the limit is exceeded.
2017-07-12 20:42:38 +09:00
..
2017-06-27 13:46:38 +09:00
2017-07-14 09:51:39 +09:00
2017-07-12 20:42:38 +09:00