Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython2/Modules/
Dthreadmodule.c803 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function
/aosp_15_r20/external/python/cpython3/Modules/
D_threadmodule.c1356 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function