Home
last modified time | relevance | path

Searched refs:thread_module_state (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
D_threadmodule.c34 } thread_module_state; typedef
36 static inline thread_module_state*
41 return (thread_module_state *)state; in get_thread_state()
605 thread_module_state *state = get_thread_state(module); in newlockobject()
716 static PyObject *_ldict(localobject *self, thread_module_state *state);
722 _local_create_dummy(localobject *self, thread_module_state *state) in _local_create_dummy()
795 thread_module_state *state = get_thread_state(module); in local_new()
893 _ldict(localobject *self, thread_module_state *state) in _ldict()
934 thread_module_state *state = get_thread_state(module); in local_setattro()
991 thread_module_state *state = get_thread_state(module); in local_getattro()
[all …]
/third_party/python/Doc/howto/
Dclinic.rst1264 thread_module_state *state = get_thread_state(module);