Home | History | Annotate | Download | only in android

Lines Matching full:asynchronous

21  * Contains declarations common for asynchronous socket I/O
24 /* Enumerates asynchronous I/O states.
28 /* Asynchronous I/O has been queued. (0) */
30 /* Asynchronous I/O has started. This state indicates that I/O has been
33 /* Asynchronous I/O is continuing. This state indicates that I/O has been
36 /* Asynchronous I/O is about to be retried. (3) */
38 /* Asynchronous I/O has been successfuly completed. (4) */
40 /* Asynchronous I/O has failed. (5) */
42 /* Asynchronous I/O has timed out. (6) */
44 /* Asynchronous I/O has been cancelled (due to disconnect, for
47 /* Asynchronous I/O is finished and is about to be discarder. This state is