Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FinalizerGAsleep (0.35 sec)

  1. src/runtime/export_test.go

    func SetIntArgRegs(a int) int {
    	lock(&finlock)
    	old := intArgRegs
    	if a >= 0 {
    		intArgRegs = a
    	}
    	unlock(&finlock)
    	return old
    }
    
    func FinalizerGAsleep() bool {
    	return fingStatus.Load()&fingWait != 0
    }
    
    // For GCTestMoveStackOnNextCall, it's important not to introduce an
    // extra layer of call, since then there's a return before the "real"
    // next call.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:50:53 UTC 2024
    - 46.1K bytes
    - Viewed (0)
Back to top