Home
last modified time | relevance | path

Searched defs:thread_stack_size (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/src/runtime/
Dbuilder.rs65 pub(super) thread_stack_size: Option<usize>, field
327 pub fn thread_stack_size(&mut self, val: usize) -> &mut Self { in thread_stack_size() method
/external/python/cpython2/Modules/
Dthreadmodule.c803 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function
/external/python/cpython3/Modules/
D_threadmodule.c1354 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function