Home
last modified time | relevance | path

Searched defs:asyncIO (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dfd_io_plan9.go19 type asyncIO struct { struct
20 res chan result
23 mu sync.Mutex
27 pid int
69 func (aio *asyncIO) Cancel() {
84 func (aio *asyncIO) Wait() (int, error) {
/aosp_15_r20/external/zstd/programs/
H A Dfileio_types.h61 int asyncIO; member