Searched refs:PyThread_tss_alloc (Results 1 – 13 of 13) sorted by relevance
113 PyAPI_FUNC(Py_tss_t *) PyThread_tss_alloc(void);
147 PyThread_tss_alloc(void) in PyThread_tss_alloc() function
575 EXPORT_FUNC(PyThread_tss_alloc)
636 function,PyThread_tss_alloc,3.7,,
2189 PyThread_tss_alloc:Py_tss_t*:::
696 …<elf-symbol name='PyThread_tss_alloc' type='func-type' binding='global-binding' visibility='defaul…15672 …PyThread_tss_alloc' mangled-name='PyThread_tss_alloc' filepath='Python/thread.c' line='136' column…
2068 [function.PyThread_tss_alloc]
1787 .. c:function:: Py_tss_t* PyThread_tss_alloc()1796 Free the given *key* allocated by :c:func:`PyThread_tss_alloc`, after
5496 Py_tss_t *ptr_key = PyThread_tss_alloc(); in test_pythread_tss_key_state()