Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 132 for preemptee (0.34 sec)

  1. src/runtime/traceback.go

    		// innermost frame, that the SPWRITE function voluntarily preempted itself on entry
    		// during the stack growth check. In that case, the function has
    		// not yet had a chance to do any writes to SP and is safe to unwind.
    		// isAsyncSafePoint does not allow assembly functions to be async preempted,
    		// and preemptPark double-checks that SPWRITE functions are not async preempted.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  3. src/syscall/zsysctl_openbsd.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  4. src/runtime/os_plan9.go

    	}
    	return n
    }
    
    func signame(sig uint32) string {
    	if sig >= uint32(len(sigtable)) {
    		return ""
    	}
    	return sigtable[sig].name
    }
    
    const preemptMSupported = false
    
    func preemptM(mp *m) {
    	// Not currently supported.
    	//
    	// TODO: Use a note like we use signals on POSIX OSes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 15:41:45 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. src/runtime/panic.go

    		// go code on the system stack can't defer
    		throw("defer on system stack")
    	}
    
    	d := newdefer()
    	d.link = gp._defer
    	gp._defer = d
    	d.fn = fn
    	d.pc = getcallerpc()
    	// We must not be preempted between calling getcallersp and
    	// storing it to d.sp because getcallersp's result is a
    	// uintptr stack pointer.
    	d.sp = getcallersp()
    
    	// deferproc returns 0 normally.
    	// a deferred func that stops a panic
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 43.8K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/mips/asm0.go

    	// so instruction sequences that use REGTMP are unsafe to
    	// preempt asynchronously.
    	obj.MarkUnsafePoints(c.ctxt, c.cursym.Func().Text, c.newprog, c.isUnsafePoint, c.isRestartable)
    }
    
    // isUnsafePoint returns whether p is an unsafe point.
    func (c *ctxt0) isUnsafePoint(p *obj.Prog) bool {
    	// If p explicitly uses REGTMP, it's unsafe to preempt, because the
    	// preemption sequence clobbers REGTMP.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 53.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go

    	{"net.inet.ah.enable", []_C_int{4, 2, 51, 1}},
    	{"net.inet.ah.stats", []_C_int{4, 2, 51, 2}},
    	{"net.inet.carp.allow", []_C_int{4, 2, 112, 1}},
    	{"net.inet.carp.log", []_C_int{4, 2, 112, 3}},
    	{"net.inet.carp.preempt", []_C_int{4, 2, 112, 2}},
    	{"net.inet.carp.stats", []_C_int{4, 2, 112, 4}},
    	{"net.inet.divert.recvspace", []_C_int{4, 2, 258, 1}},
    	{"net.inet.divert.sendspace", []_C_int{4, 2, 258, 2}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/runtime/mgcsweep.go

    // to the heap, or ^uintptr(0) if there was nothing to sweep.
    func sweepone() uintptr {
    	gp := getg()
    
    	// Increment locks to ensure that the goroutine is not preempted
    	// in the middle of sweep thus leaving the span in an inconsistent state for next GC
    	gp.m.locks++
    
    	// TODO(austin): sweepone is almost always called in a loop;
    	// lift the sweepLocker into its callers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:52:18 UTC 2024
    - 32.9K bytes
    - Viewed (0)
Back to top