Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for issetugid_trampoline (0.58 sec)

  1. src/runtime/sys_darwin.go

    	flags, _ := fcntl(fd, _F_GETFL, 0)
    	if flags != -1 {
    		fcntl(fd, _F_SETFL, flags|_O_NONBLOCK)
    	}
    }
    
    func issetugid() int32 {
    	return libcCall(unsafe.Pointer(abi.FuncPCABI0(issetugid_trampoline)), nil)
    }
    func issetugid_trampoline()
    
    // mach_vm_region is used to obtain virtual memory mappings for use by the
    // profiling system and is only exported to runtime/pprof. It is restricted
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top