Searched refs:PyThread_tss_alloc (Results 1 – 7 of 7) sorted by relevance
154 PyAPI_FUNC(Py_tss_t *) PyThread_tss_alloc(void);
122 PyThread_tss_alloc(void) in PyThread_tss_alloc() function
293 internals_ptr->tstate = PyThread_tss_alloc(); in get_internals()
575 PyThread_tss_alloc=python39.PyThread_tss_alloc
1676 .. c:function:: Py_tss_t* PyThread_tss_alloc()1685 Free the given *key* allocated by :c:func:`PyThread_tss_alloc`, after
2209 PyThread_tss_alloc:Py_tss_t*:::
5013 Py_tss_t *ptr_key = PyThread_tss_alloc(); in test_pythread_tss_key_state()