Searched refs:usercrashd_socket (Results 1 – 1 of 1) sorted by relevance
75 static int usercrashd_connect(int pid, int *usercrashd_socket, in usercrashd_connect() argument141 *usercrashd_socket = sockfd; in usercrashd_connect()158 static int usercrashd_notify_completion(int usercrashd_socket) in usercrashd_notify_completion() argument163 if (set_timeout(usercrashd_socket)) { in usercrashd_notify_completion()164 close(usercrashd_socket); in usercrashd_notify_completion()167 if (write(usercrashd_socket, &packet, in usercrashd_notify_completion()
Completed in 2 milliseconds