Searched refs:asocket_abort (Results 1 - 2 of 2) sorted by relevance

/system/core/include/cutils/
H A Dabort_socket.h23 * asocket_abort()
28 * After calling asocket_abort() the socket cannot be reused.
36 * by writing a byte to the local pipe in asocket_abort().
70 * Calling asocket_abort() from another thread will cause each of these
93 void asocket_abort(struct asocket *s);
/system/core/libcutils/
H A Dabort_socket.c93 /* abort due to asocket_abort() */
145 /* abort due to asocket_abort() */
190 /* abort due to asocket_abort() */
236 /* abort due to asocket_abort() */
257 void asocket_abort(struct asocket *s) { function
280 /* Call asocket_abort() in case there are still threads blocked on this
285 asocket_abort(&s_copy);

Completed in 275 milliseconds