Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for g_stackguard0 (0.12 sec)

  1. src/runtime/mgc.go

    // performs a stack check.
    //
    // In rare cases this may not cause the stack to move, specifically if
    // there's a preemption between this call and the next.
    func gcTestMoveStackOnNextCall() {
    	gp := getg()
    	gp.stackguard0 = stackForceMove
    }
    
    // gcTestIsReachable performs a GC and returns a bit set where bit i
    // is set if ptrs[i] is reachable.
    func gcTestIsReachable(ptrs ...unsafe.Pointer) (mask uint64) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
Back to top