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

/gem5/src/sim/
H A Dsyscall_emul.hh1553 int temp_pid = *pids.begin(); local
1555 temp_pid++;
1556 } while (pids.find(temp_pid) != pids.end());
1557 if (temp_pid >= System::maxPID)
1558 fatal("temp_pid is too large: %d", temp_pid);
1560 pp->pid = temp_pid;

Completed in 20 milliseconds