HomeSort by relevance Sort by last modified time
    Searched full:asyncio (Results 1 - 10 of 10) sorted by null

  /prebuilts/go/darwin-x86/src/net/
fd_io_plan9.go 14 // asyncIO implements asynchronous cancelable I/O.
15 // An asyncIO represents a single asynchronous Read or Write
19 type asyncIO struct {
36 // newAsyncIO returns a new asyncIO that performs an I/O
39 func newAsyncIO(fn func([]byte) (int, error), b []byte) *asyncIO {
40 aio := &asyncIO{
71 func (aio *asyncIO) Cancel() {
85 func (aio *asyncIO) Wait() (int, error) {
fd_plan9.go 35 raio *asyncIO
36 waio *asyncIO
  /prebuilts/go/linux-x86/src/net/
fd_io_plan9.go 14 // asyncIO implements asynchronous cancelable I/O.
15 // An asyncIO represents a single asynchronous Read or Write
19 type asyncIO struct {
36 // newAsyncIO returns a new asyncIO that performs an I/O
39 func newAsyncIO(fn func([]byte) (int, error), b []byte) *asyncIO {
40 aio := &asyncIO{
71 func (aio *asyncIO) Cancel() {
85 func (aio *asyncIO) Wait() (int, error) {
fd_plan9.go 35 raio *asyncIO
36 waio *asyncIO
  /frameworks/av/media/mtp/
Android.bp 20 "AsyncIO.cpp",
AsyncIO.cpp 23 #include "AsyncIO.h"
MtpFfsHandle.cpp 36 #include "AsyncIO.h"
  /frameworks/av/media/mtp/tests/
AsyncIO_test.cpp 25 #include "AsyncIO.h"
  /external/ltp/testcases/kernel/syscalls/
.gitignore 19 /asyncio/asyncio02
  /external/ltp/
gen.bp     [all...]

Completed in 273 milliseconds