Searched refs:thread_stack_size (Results 1 – 6 of 6) sorted by relevance
/external/trusty/lk/lib/dpc/ |
D | dpc.c | 106 size_t thread_stack_size) { in dpc_queue_start() argument 117 thread_stack_size); in dpc_queue_start() 142 size_t thread_stack_size) { in dpc_queue_create() argument 151 rc = dpc_queue_start(*pq, name, thread_priority, thread_stack_size); in dpc_queue_create()
|
/external/rust/android-crates-io/crates/tokio/src/runtime/ |
D | builder.rs | 74 pub(super) thread_stack_size: Option<usize>, field 298 thread_stack_size: None, in new() 527 pub fn thread_stack_size(&mut self, val: usize) -> &mut Self { in thread_stack_size() method 528 self.thread_stack_size = Some(val); in thread_stack_size() 1616 .field("thread_stack_size", &self.thread_stack_size) in fmt()
|
/external/trusty/lk/include/lib/ |
D | dpc.h | 124 size_t thread_stack_size);
|
/external/rust/android-crates-io/crates/threadpool/src/ |
D | lib.rs | 161 thread_stack_size: Option<usize>, field 178 thread_stack_size: None, in new() 263 pub fn thread_stack_size(mut self, size: usize) -> Builder { in thread_stack_size() method 264 self.thread_stack_size = Some(size); in thread_stack_size() 296 stack_size: self.thread_stack_size, in build()
|
/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/ |
D | pool.rs | 228 stack_size: builder.thread_stack_size, in new()
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 2122 thread_stack_size(PyObject *self, PyObject *args) in thread_stack_size() function 2448 {"stack_size", (PyCFunction)thread_stack_size,
|