Searched refs:gil_held (Results 1 – 1 of 1) sorted by relevance
1155 _Py_open_impl(const char *pathname, int flags, int gil_held) in _Py_open_impl() argument1172 if (gil_held) { in _Py_open_impl()1193 if (set_inheritable(fd, 0, gil_held, atomic_flag_works) < 0) { in _Py_open_impl()1434 _Py_write_impl(int fd, const void *buf, size_t count, int gil_held) in _Py_write_impl() argument1454 if (gil_held) { in _Py_write_impl()1488 assert(errno == EINTR && (!gil_held || PyErr_Occurred())); in _Py_write_impl()1492 if (gil_held) in _Py_write_impl()