Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/usercrash/
A Dclient.c75 static int usercrashd_connect(int pid, int *usercrashd_socket, in usercrashd_connect() argument
141 *usercrashd_socket = sockfd; in usercrashd_connect()
158 static int usercrashd_notify_completion(int usercrashd_socket) in usercrashd_notify_completion() argument
163 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