Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dfile_locking_helpers.hpp125 inline bool is_valid_fd(int fd) in is_valid_fd() function
250 inline bool is_valid_fd(int fd)
Dportable_intermodule_singleton.hpp256 else if(!is_valid_fd(fd) || in operator ()()
/third_party/python/Python/
Dpylifecycle.c1739 is_valid_fd(int fd) in is_valid_fd() function
1789 if (!is_valid_fd(fd)) in create_stdio()
1900 if (PyErr_ExceptionMatches(PyExc_OSError) && !is_valid_fd(fd)) { in create_stdio()