/Process-Id-manager-using-thread-in-c

Process Id (PID) manager that keeps track of free PIDs and ensures that no two active processes are having the same pid. Once a process terminates the PID manager may assigns its pid to new process.

Primary LanguageCMIT LicenseMIT

Process-Id-manager-using-thread-in-c

Process Id (PID) manager that keeps track of free PIDs and ensures that no two active processes are having the same pid. Once a process terminates the PID manager may assigns its pid to new process.