Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isReachable (0.11 sec)

  1. src/runtime/mgc.go

    	// Force a full GC and sweep.
    	GC()
    
    	// Process specials.
    	for i, s := range specials {
    		if !s.done {
    			printlock()
    			println("runtime: object", i, "was not swept")
    			throw("IsReachable failed")
    		}
    		if s.reachable {
    			mask |= 1 << i
    		}
    		lock(&mheap_.speciallock)
    		mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
    		unlock(&mheap_.speciallock)
    	}
    
    	return mask
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  2. test-site/activator-launch-1.3.2.jar

    SERVER_URI_PROPERTY; public static void <clinit>(); public static java.net.URI locate(java.io.File, LaunchConfiguration); public final scala.Option readProperties(java.io.File); public final void writeProperties(java.io.File, java.net.URI); public static boolean isReachable(java.net.URI); private void ServerLocator$(); } xsbt/boot/Launch$$anon$6.class package xsbt.boot; public final synchronized class Launch$$anon$6 implements xsbti.ScalaProvider { private ClassLoader loader; private final String scalaVersion$3; private...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top