Home
last modified time | relevance | path

Searched defs:worldStop (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dproc.go1398 type worldStop struct { struct
1399 reason stwReason
1400 startedStopping int64
1401 finishedStopping int64
1402 stoppingCPUTime int64
1456 func startTheWorld(w worldStop) {
1491 func startTheWorldGC(w worldStop) {
1659 func startTheWorldWithSema(now int64, w worldStop) int64 {
Dmgc.go959 func gcMarkTermination(stw worldStop) {