Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dpythread.h28 PyAPI_FUNC(int) PyThread_create_key(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpythread.h96 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
/aosp_15_r20/external/python/cpython3/Include/
Dpythread.h96 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpythread.h96 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpythread.h96 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpythread.h96 Py_DEPRECATED(3.7) PyAPI_FUNC(int) PyThread_create_key(void);
/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Python/
Dthread_nt.h401 PyThread_create_key(void) in PyThread_create_key() function
Dthread_pthread.h816 PyThread_create_key(void) in PyThread_create_key() function
/aosp_15_r20/external/python/cpython2/Misc/
Dvalgrind-python.supp69 fun:PyThread_create_key
/aosp_15_r20/external/python/cpython3/Misc/
Dvalgrind-python.supp69 fun:PyThread_create_key
Dstable_abi.toml1788 [function.PyThread_create_key]
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1172 "PyThread_create_key"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c559 EXPORT_FUNC(PyThread_create_key)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat622 function,PyThread_create_key,3.2,,
Dpython3.11.abi682 …<elf-symbol name='PyThread_create_key' type='func-type' binding='global-binding' visibility='defau…
15719PyThread_create_key' mangled-name='PyThread_create_key' filepath='Python/thread_pthread.h' line='8…
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit.rst1865 :c:func:`PyThread_create_key` will return immediately with a failure status,
1871 .. c:function:: int PyThread_create_key()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst381 Using pthread, PyThread_create_key() now sets errno to ENOMEM and returns -1