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

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_ctx.c94 int procs; member in struct:__anon1361
103 int create_pipes(int **p, int procs);
104 int create_daemons(int **p, pid_t *pids, int procs, int process_size);
280 create_daemons(int **p, pid_t *pids, int procs, int process_size) argument
291 handle_scheduler(getpid(), 0, procs-1);
292 for (i = 1; i < procs; ++i) {
298 handle_scheduler(getpid(), i, procs-1);
299 for (j = 0; j < procs; ++j) {
316 read(p[procs-1][0], &msg, sizeof(msg)) != sizeof(msg)) {
320 return procs;
324 create_pipes(int **p, int procs) argument
343 int procs; local
484 int procs; local
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp1055 uint32_t procs = 0; local
1070 strncpy(stats->userClientCalls[procs].processName, processEntry->processName, kIOStatisticsProcessNameLength);
1071 stats->userClientCalls[procs].pid = processEntry->pid;
1072 stats->userClientCalls[procs].calls = processEntry->calls;
1074 procs++;

Completed in 21 milliseconds