Searched refs:async_err (Results 1 – 8 of 8) sorted by relevance
50 int async_err = 0; in _posixshmem_shm_open_impl() local64 } while (fd < 0 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in _posixshmem_shm_open_impl()67 if (!async_err) in _posixshmem_shm_open_impl()94 int async_err = 0; in _posixshmem_shm_unlink_impl() local108 } while (rv < 0 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in _posixshmem_shm_unlink_impl()111 if (!async_err) in _posixshmem_shm_unlink_impl()
62 int async_err = 0; in fcntl_fcntl_impl() local82 } while (ret == -1 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in fcntl_fcntl_impl()84 return !async_err ? PyErr_SetFromErrno(PyExc_OSError) : NULL; in fcntl_fcntl_impl()103 } while (ret == -1 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in fcntl_fcntl_impl()105 return !async_err ? PyErr_SetFromErrno(PyExc_OSError) : NULL; in fcntl_fcntl_impl()294 int async_err = 0; in fcntl_flock_impl() local305 } while (ret == -1 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in fcntl_flock_impl()332 } while (ret == -1 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in fcntl_flock_impl()336 return !async_err ? PyErr_SetFromErrno(PyExc_OSError) : NULL; in fcntl_flock_impl()382 int async_err = 0; in fcntl_lockf_impl() local[all …]
1825 int async_err = 0; in posix_fildes_fd() local1833 } while (res != 0 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in posix_fildes_fd()1835 return (!async_err) ? posix_error() : NULL; in posix_fildes_fd()3686 int async_err = 0; in os_fchmod_impl() local3691 } while (res != 0 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in os_fchmod_impl()3693 return (!async_err) ? posix_error() : NULL; in os_fchmod_impl()4035 int async_err = 0; in os_fchown_impl() local4045 } while (res != 0 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in os_fchown_impl()4047 return (!async_err) ? posix_error() : NULL; in os_fchown_impl()7563 int async_err = 0; in _rtp_spawn() local[all …]
1174 int async_err = 0; local1181 && errno == EINTR && !(async_err = PyErr_CheckSignals()));1183 return (!async_err) ? PyErr_SetFromErrno(PyExc_OSError) : NULL;
627 int async_err = 0; in select_poll_poll_impl() local676 async_err = 0; in select_poll_poll_impl()688 async_err = 1; in select_poll_poll_impl()706 if (!async_err) in select_poll_poll_impl()
178 ncclResult_t async_err; in CheckNcclAsyncError() local179 XLA_CUDA_RETURN_IF_ERROR(ncclCommGetAsyncError(comm, &async_err)); in CheckNcclAsyncError()180 if (async_err != ncclSuccess) { in CheckNcclAsyncError()183 << ncclGetErrorString(async_err); in CheckNcclAsyncError()186 return XLA_CUDA_STATUS(async_err); in CheckNcclAsyncError()
1623 int async_err = 0; in _Py_open_impl() local1652 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in _Py_open_impl()1653 if (async_err) { in _Py_open_impl()1768 int async_err = 0; in _Py_fopen_obj() local1802 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in _Py_fopen_obj()1825 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in _Py_fopen_obj()1829 if (async_err) in _Py_fopen_obj()1863 int async_err = 0; in _Py_read() local1898 !(async_err = PyErr_CheckSignals())); in _Py_read()1901 if (async_err) { in _Py_read()[all …]
256 int async_err = 0; local404 !(async_err = PyErr_CheckSignals()));406 if (async_err)