Home
last modified time | relevance | path

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

/external/trusty/lk/lib/dpc/
Ddpc.c106 size_t thread_stack_size) { in dpc_queue_start()
142 size_t thread_stack_size) { in dpc_queue_create()
/external/rust/android-crates-io/crates/tokio/src/runtime/
Dbuilder.rs74 pub(super) thread_stack_size: Option<usize>, field
527 pub fn thread_stack_size(&mut self, val: usize) -> &mut Self { in thread_stack_size() method
/external/rust/android-crates-io/crates/threadpool/src/
Dlib.rs161 thread_stack_size: Option<usize>, field
263 pub fn thread_stack_size(mut self, size: usize) -> Builder { in thread_stack_size() method
/external/python/cpython3/Modules/
D_threadmodule.c2122 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function