Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythread.h28 PyAPI_FUNC(int) PyThread_create_key(void);
/external/python/cpython3/Include/
Dpythread.h108 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
/external/python/pybind11/include/pybind11/detail/
Dinternals.h31 # define PYBIND11_TLS_KEY_INIT(var) decltype(PyThread_create_key()) var = 0
298 internals_ptr->tstate = PyThread_create_key(); in get_internals()
/external/python/cpython2/Python/
Dthread.c308 PyThread_create_key(void) in PyThread_create_key() function
Dthread_nt.h297 PyThread_create_key(void) in PyThread_create_key() function
Dpystate.c527 autoTLSkey = PyThread_create_key(); in _PyGILState_Init()
/external/python/cpython3/Python/
Dthread_nt.h384 PyThread_create_key(void) in PyThread_create_key() function
Dthread_pthread.h785 PyThread_create_key(void) in PyThread_create_key() function
/external/python/cpython2/Misc/
Dvalgrind-python.supp69 fun:PyThread_create_key
/external/python/cpython3/Misc/
Dvalgrind-python.supp69 fun:PyThread_create_key
/external/python/cpython2/PC/os2emx/
Dpython27.def1172 "PyThread_create_key"
/external/python/cpython3/Doc/c-api/
Dinit.rst1754 :c:func:`PyThread_create_key` will return immediately with a failure status,
1760 .. c:function:: int PyThread_create_key()
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst381 Using pthread, PyThread_create_key() now sets errno to ENOMEM and returns -1