Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfileutils.c1478 _Py_open_impl(const char *pathname, int flags, int gil_held) in _Py_open_impl() argument
1495 if (gil_held) { in _Py_open_impl()
1529 if (set_inheritable(fd, 0, gil_held, atomic_flag_works) < 0) { in _Py_open_impl()
1773 _Py_write_impl(int fd, const void *buf, size_t count, int gil_held) in _Py_write_impl() argument
1786 if (gil_held) { in _Py_write_impl()
1803 if (gil_held) { in _Py_write_impl()
1837 assert(errno == EINTR && (!gil_held || PyErr_Occurred())); in _Py_write_impl()
1841 if (gil_held) in _Py_write_impl()