Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythread.h28 PyAPI_FUNC(int) PyThread_create_key(void);
/external/python/cpython3/Include/
Dpythread.h95 PyAPI_FUNC(int) PyThread_create_key(void) Py_DEPRECATED(3.7);
/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.h360 PyThread_create_key(void) in PyThread_create_key() function
Dthread_pthread.h673 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.rst1546 :c:func:`PyThread_create_key` will return immediately with a failure status,
1552 .. 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