Home
last modified time | relevance | path

Searched refs:PyThread_create_key (Results 1 – 17 of 17) 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.h390 PyThread_create_key(void) in PyThread_create_key() function
Dthread_pthread.h817 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
Dstable_abi.txt1705 function PyThread_create_key
/external/python/cpython2/PC/os2emx/
Dpython27.def1172 "PyThread_create_key"
/external/python/cpython3/PC/
Dpython3dll.c548 EXPORT_FUNC(PyThread_create_key)
/external/python/cpython3/Doc/data/
Dstable_abi.dat604 function,PyThread_create_key,3.2,
Dpython3.10.abi664 …<elf-symbol name='PyThread_create_key' type='func-type' binding='global-binding' visibility='defau…
18489PyThread_create_key' mangled-name='PyThread_create_key' filepath='Python/thread_pthread.h' line='8…
/external/python/cpython3/Doc/c-api/
Dinit.rst1791 :c:func:`PyThread_create_key` will return immediately with a failure status,
1797 .. 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