Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h104 #define F_SETFL 4 macro
/bionic/libc/bionic/
Dlibc_logging.cpp464 if (fcntl(log_fd, F_SETFL, O_NONBLOCK) == -1) { in __libc_open_log_socket()
/bionic/libc/dns/resolv/
Dres_send.c951 fcntl(sock, F_SETFL, origflags | O_NONBLOCK); in connect_with_timeout()
972 fcntl(sock, F_SETFL, origflags); in connect_with_timeout()