Home
last modified time | relevance | path

Searched refs:asyncPreemptStack (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/runtime/
Dpreempt.go315 var asyncPreemptStack = ^uintptr(0) var
323 asyncPreemptStack = uintptr(total) + 8*goarch.PtrSize
324 if asyncPreemptStack > stackNosplit {
335 print("runtime: asyncPreemptStack=", asyncPreemptStack, "\n")
379 if sp < gp.stack.lo || sp-gp.stack.lo < asyncPreemptStack {