Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dthread_nt.h272 _pythread_nt_set_stacksize(size_t size) in _pythread_nt_set_stacksize() function
289 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x)
/aosp_15_r20/external/python/cpython3/Python/
Dthread_nt.h375 _pythread_nt_set_stacksize(size_t size) in _pythread_nt_set_stacksize() function
392 #define THREAD_SET_STACKSIZE(x) _pythread_nt_set_stacksize(x)