Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill10.c164 void manager(int num_procs);
193 int num_procs = 10; variable
222 if (sscanf(narg, "%i", &num_procs) != 1) { in main()
278 num_procs); in help()
461 manager(num_procs); in fork_pgrps()
489 void manager(int num_procs) in manager() argument
536 fork_procs(num_procs); in manager()
584 mypid, child_signal_counter, num_procs); in manager()
586 if (child_signal_counter >= num_procs) { in manager()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_proc_table.py40 const size_t g_numProcs = {num_procs};
197 num_procs=len(proc_data))
240 num_procs=len(proc_data))
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c387 int num_procs = 1; in main() local
615 if (sscanf(optarg, "%i:%i", &num_procs, &forker_mode) < in main()
616 1 || num_procs < 0) { in main()
1134 if (Debug > 1 && num_procs > 1) { in main()
1136 Opid, num_procs - 1); in main()
1142 forker(num_procs, forker_mode, Progname); in main()
1857 -n num_procs Specifies the number of copies of this cmd.\n\ in help()

Completed in 6 milliseconds