Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for svmapi (0.13 sec)

  1. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

       * {@link AtomicHelper} based on {@link sun.misc.Unsafe}.
       *
       * <p>Static initialization of this class will fail if the {@link sun.misc.Unsafe} object cannot
       * be accessed.
       */
      @SuppressWarnings({"SunApi", "removal"}) // b/345822163
      private static final class UnsafeAtomicHelper extends AtomicHelper {
        static final sun.misc.Unsafe UNSAFE;
        static final long LISTENERS_OFFSET;
        static final long WAITERS_OFFSET;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
  2. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    var (
    	modCfgMgr32 = NewLazySystemDLL("CfgMgr32.dll")
    	modadvapi32 = NewLazySystemDLL("advapi32.dll")
    	modcrypt32  = NewLazySystemDLL("crypt32.dll")
    	moddnsapi   = NewLazySystemDLL("dnsapi.dll")
    	moddwmapi   = NewLazySystemDLL("dwmapi.dll")
    	modiphlpapi = NewLazySystemDLL("iphlpapi.dll")
    	modkernel32 = NewLazySystemDLL("kernel32.dll")
    	modmswsock  = NewLazySystemDLL("mswsock.dll")
    	modnetapi32 = NewLazySystemDLL("netapi32.dll")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top