OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_pythread_stacksize
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread.c
101
static size_t
_pythread_stacksize
= 0;
variable
158
return
_pythread_stacksize
;
/external/python/cpython2/Python/
thread.c
101
static size_t
_pythread_stacksize
= 0;
variable
158
return
_pythread_stacksize
;
/external/python/cpython3/Python/
thread.c
82
static size_t
_pythread_stacksize
= 0;
variable
105
return
_pythread_stacksize
;
Completed in 244 milliseconds