Lines Matching refs:ArcBorrow
33 Arc, ArcBorrow, CondVar, CondVarTimeoutResult, Mutex, SpinLock, UniqueArc,
681 fn get_current_thread(self: ArcBorrow<'_, Self>) -> Result<Arc<Thread>> { in get_current_thread()
728 self: ArcBorrow<'_, Self>, in set_as_manager()
755 self: ArcBorrow<'_, Self>, in get_node_inner()
790 self: ArcBorrow<'_, Self>, in get_node()
813 self: ArcBorrow<'_, Process>, in insert_or_update_handle()
927 self: ArcBorrow<'_, Process>, in update_ref()
1563 this: ArcBorrow<'_, Process>, in ioctl_write_only()
1589 this: ArcBorrow<'_, Process>, in ioctl_write_read()
1611 pub(crate) fn open(ctx: ArcBorrow<'_, Context>, file: &File) -> Result<Arc<Process>> { in open()
1634 pub(crate) fn flush(this: ArcBorrow<'_, Process>) -> Result { in flush()
1650 pub(crate) fn ioctl(this: ArcBorrow<'_, Process>, file: &File, cmd: u32, arg: usize) -> Result { in ioctl()
1668 this: ArcBorrow<'_, Process>, in mmap()
1689 this: ArcBorrow<'_, Process>, in poll()