Searched defs:RuntimeFiberStack (Results 1 – 3 of 3) sorted by relevance
117 fn new_stack(&self, size: usize, zeroed: bool) -> Result<Box<dyn RuntimeFiberStack>, Error>; in new_stack()121 pub unsafe trait RuntimeFiberStack: Send + Sync { trait
443 pub fn new_fiber_stack(size: usize) -> Result<Box<dyn RuntimeFiberStack>> { in new_fiber_stack()528 pub fn new_fiber_stack(_size: usize) -> Result<Box<dyn RuntimeFiberStack>> { in new_fiber_stack()
36 fn new_stack(&self, size: usize, zeroed: bool) -> Result<Box<dyn RuntimeFiberStack>, Error> { in new_stack()