Home
last modified time | relevance | path

Searched refs:current_pid (Results 1 – 1 of 1) sorted by relevance

/components/lwp/
A Dlwp_pid.c70 static pid_t current_pid = 0; variable
167 for (pid = current_pid + 1; pid < PID_MAX; pid++) in lwp_pid_get_locked()
177 for (pid = 1; pid <= current_pid; pid++) in lwp_pid_get_locked()
188 current_pid = pid; in lwp_pid_get_locked()

Completed in 9 milliseconds