FileDescriptor
internal func _resize(to newSize: Swift.Int64, retryOnInterrupt: Swift.Bool) -> Swift.Result<(), System.Errno>
FileDescriptor
public func resize(to newSize: Swift.Int64, retryOnInterrupt: Swift.Bool = true) throws
Mach.Port
public func copySendRight() throws -> System.Mach.Port<System.Mach.SendRight>
Mach.Port
public func makeSendOnceRight() -> System.Mach.Port<System.Mach.SendOnceRight>
Mach.Port
public func makeSendRight() -> System.Mach.Port<System.Mach.SendRight>
Mach.Port
public consuming func relinquish() -> (name: Darwin.mach_port_name_t, context: Darwin.mach_port_context_t)
Mach.Port
public consuming func relinquish() -> Darwin.mach_port_name_t
Mach.Port
public consuming func relinquish() -> Darwin.mach_port_name_t
Mach.Port
public consuming func unguardAndRelinquish() -> Darwin.mach_port_name_t
Mach.Port
public func withBorrowedName<ReturnType>(body: (Darwin.mach_port_name_t, Darwin.mach_port_context_t) -> ReturnType) -> ReturnType
internal func _machPrecondition(file: Swift.StaticString = #file, line: Swift.UInt = #line, _ body: @autoclosure () -> Darwin.kern_return_t)