Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dprocess-util.c1150 pid_t current_value; in getpid_cached() local
1161 current_value = __sync_val_compare_and_swap(&cached_pid, CACHED_PID_UNSET, CACHED_PID_BUSY); in getpid_cached()
1163 switch (current_value) { in getpid_cached()
1192 return current_value; in getpid_cached()