Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getcpucap (0.09 sec)

  1. src/runtime/os_illumos.go

    	libc_rctlblk_get_local_action,
    	libc_rctlblk_get_local_flags,
    	libc_rctlblk_get_value,
    	libc_rctlblk_size libcFunc
    )
    
    // Return the minimum value seen for the zone CPU cap, or 0 if no cap is
    // detected.
    func getcpucap() uint64 {
    	// The resource control block is an opaque object whose size is only
    	// known to libc.  In practice, given the contents, it is unlikely to
    	// grow beyond 8KB so we'll use a static buffer of that size here.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 28 18:06:12 UTC 2019
    - 3.9K bytes
    - Viewed (0)
Back to top