Home
last modified time | relevance | path

Searched refs:thread_stack_size (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/src/runtime/
Dbuilder.rs65 pub(super) thread_stack_size: Option<usize>, field
133 thread_stack_size: None, in new()
319 pub fn thread_stack_size(&mut self, val: usize) -> &mut Self { in thread_stack_size() method
320 self.thread_stack_size = Some(val); in thread_stack_size()
588 .field("thread_stack_size", &self.thread_stack_size) in fmt()
/external/python/cpython2/Modules/
Dthreadmodule.c803 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function
877 {"stack_size", (PyCFunction)thread_stack_size,
/external/rust/crates/tokio/src/runtime/blocking/
Dpool.rs124 stack_size: builder.thread_stack_size, in new()
/external/python/cpython3/Modules/
D_threadmodule.c1299 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function
1517 {"stack_size", (PyCFunction)thread_stack_size,