Searched refs:thread_stack_size (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/tokio/src/runtime/ |
D | builder.rs | 65 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/ |
D | threadmodule.c | 803 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/ |
D | pool.rs | 124 stack_size: builder.thread_stack_size, in new()
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 1299 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function 1517 {"stack_size", (PyCFunction)thread_stack_size,
|