Searched refs:new_socket (Results 1 – 1 of 1) sorted by relevance
95 int new_socket = TEMP_FAILURE_RETRY(socket(PF_UNIX, flags, 0)); in GetSocket() local96 if (new_socket < 0) { in GetSocket()100 LogdConnect(new_socket); in GetSocket()103 if (!sock_.compare_exchange_strong(uninitialized_value, new_socket)) { in GetSocket()104 close(new_socket); in GetSocket()