Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for startIdle (0.14 sec)

  1. src/runtime/proc.go

    		unlock(&sched.lock)
    		startIdle(qsize)
    		return
    	}
    
    	npidle := int(sched.npidle.Load())
    	var (
    		globq gQueue
    		n     int
    	)
    	for n = 0; n < npidle && !q.empty(); n++ {
    		g := q.pop()
    		globq.pushBack(g)
    	}
    	if n > 0 {
    		lock(&sched.lock)
    		globrunqputbatch(&globq, int32(n))
    		unlock(&sched.lock)
    		startIdle(n)
    		qsize -= n
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. src/time/zoneinfo.go

    		s = ",M3.2.0,M11.1.0"
    	}
    	// The TZ definition does not mention ';' here but tzcode accepts it.
    	if s[0] != ',' && s[0] != ';' {
    		return "", 0, 0, 0, false, false
    	}
    	s = s[1:]
    
    	var startRule, endRule rule
    	startRule, s, ok = tzsetRule(s)
    	if !ok || len(s) == 0 || s[0] != ',' {
    		return "", 0, 0, 0, false, false
    	}
    	s = s[1:]
    	endRule, s, ok = tzsetRule(s)
    	if !ok || len(s) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:30 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 32.4K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-16/plexus-component-api-1.0-alpha-16.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 32.4K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 35.3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-component-api/1.0-alpha-32/plexus-component-api-1.0-alpha-32.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 35.3K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 233.3K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    ry.exception.ComponentLifecycleEx; public abstract boolean hasComponent(String); public abstract boolean hasComponent(String, String); } org/codehaus/plexus/personality/plexus/lifecycle/phase/Startable.class package org.codehaus.plexus.personality.plexus.lifecycle.phase; public abstract interface Startable { public abstract void start() throws StartingException; public abstract void stop() throws StoppingException; } org/codehaus/plexus/personality/plexus/lifecycle/phase/StartingException.class package...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
Back to top