OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcntl_setfl
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
cpus.c
137
err =
fcntl_setfl
(fds[0], O_NONBLOCK);
141
err =
fcntl_setfl
(fds[1], O_NONBLOCK);
cutils.c
303
int
fcntl_setfl
(int fd, int flag)
function
qemu-common.h
166
int
fcntl_setfl
(int fd, int flag);
qemu-timer.c
904
fcntl_setfl
(fd, O_ASYNC);
[
all
...]
Completed in 607 milliseconds