Searched defs:_pythread_stacksize (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ | ||
D | thread.c | 101 static size_t _pythread_stacksize = 0; variable |
/external/python/cpython3/Python/ | ||
D | thread.c | 82 static size_t _pythread_stacksize = 0; variable |