Searched refs:current_value (Results 1 – 1 of 1) sorted by relevance
1150 pid_t current_value; in getpid_cached() local1161 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()