Home | History | Annotate | Download | only in runtime

Lines Matching full:worldsema

955 // must not hold worldsema. The caller must call startTheWorld when
966 semacquire(&worldsema)
974 // worldsema must be held over startTheWorldWithSema to ensure
975 // gomaxprocs cannot change while worldsema is held.
976 semrelease(&worldsema)
980 // Holding worldsema grants an M the right to try to stop the world
982 var worldsema uint32 = 1
985 // The caller is responsible for acquiring worldsema and disabling
989 // semacquire(&worldsema, 0)
998 // semrelease(&worldsema)
1000 // It is allowed to acquire worldsema once and then execute multiple
1004 // Holding worldsema causes any other goroutines invoking
1351 // The caller must hold worldsema.