Searched refs:toggle_O_NONBLOCK (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dsocket_network_client_unix.c32 static int toggle_O_NONBLOCK(int s) { function
66 if (s == -1 || toggle_O_NONBLOCK(s) == -1) return -1;
70 result = toggle_O_NONBLOCK(s);
114 result = toggle_O_NONBLOCK(s);

Completed in 217 milliseconds