Home
last modified time | relevance | path

Searched defs:_initialized (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_runtime.h64 int _initialized; member
Dpycore_interp.h109 int _initialized; member
/third_party/python/Include/cpython/
Dpystate.h93 int _initialized; member
/third_party/python/Lib/
Dthreading.py847 _initialized = False variable in Thread