Lines Matching refs:fd
13 TODO: embed watchers need updating when fd changes
18 - when epoll detects unremovable fds in the fd set, rebuild
44 - mark event pipe fd as cloexec after a fork (analyzed by Sami Farin).
92 - rewrite the async/signal pipe logic to always keep a valid fd, which
94 on fork, at the cost of one extra fd.
133 - fix two problems in the native win32 backend, where reuse of fd's
230 symbols to make it easier for apps to do their own fd management.
234 on fd creation, to avoid races.
255 on fd creation, to avoid race conditions.
403 - work around yet another windows bug: FD_SET actually adds fd's
414 - pass in the write fd set as except fd set under windows. windows
423 provide only empty fd sets then select returns WSAEINVAL. how sucky.
499 - removed epoll from embeddable fd set.