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

/haiku-fatelf/src/bin/bash/
H A Djobs.c320 static pid_t first_pid = NO_PID; variable
349 first_pid = NO_PID;
1825 if (first_pid == NO_PID)
1826 first_pid = pid;
1827 else if (pid_wrap == -1 && pid < first_pid)
1829 else if (pid_wrap == 0 && pid >= first_pid)

Completed in 84 milliseconds