OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPLICE_F_NONBLOCK
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/include/
fcntl.h
58
#define
SPLICE_F_NONBLOCK
2
/development/ndk/platforms/android-L/include/
fcntl.h
58
#define
SPLICE_F_NONBLOCK
2
/external/fio/engines/
splice.c
183
ret = vmsplice(sd->pipe[1], &iov, 1,
SPLICE_F_NONBLOCK
);
/external/fio/
configure
792
return splice(0, NULL, 0, NULL, 0,
SPLICE_F_NONBLOCK
);
Completed in 298 milliseconds