Searched defs:forks (Results 1 – 6 of 6) sorted by relevance
/external/ltp/tools/genload/ |
D | stress.c | 465 int hogcpu(long long forks) in hogcpu() 542 int hogio(long long forks) in hogio() 617 int hogvm(long long forks, long long chunks, long long bytes) in hogvm() 739 int hoghdd(long long forks, int clean, long long files, long long bytes) in hoghdd()
|
D | genload.c | 465 int hogcpu(long long forks) in hogcpu() 542 int hogio(long long forks) in hogio() 617 int hogvm(long long forks, long long chunks, long long bytes) in hogvm() 739 int hoghdd(long long forks, int clean, long long files, long long bytes) in hoghdd()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/ |
D | SelectPhilosophersStressTest.kt | 16 private val forks = Array(n) { Mutex() } in <lambda>() constant in kotlinx.coroutines.selects.SelectPhilosophersStressTest
|
/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork12.c | 58 int forks, pid1, fork_errno, waitstatus; in main() local
|
D | fork08.c | 58 int status, count, forks, pid1; in main() local
|
D | fork07.c | 73 int status, forks, pid1; in main() local
|