OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:worldsema
(Results
1 - 8
of
8
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
proc.go
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
var
985
// The caller is responsible for acquiring
worldsema
and disabling
989
// semacquire(&
worldsema
, 0)
998
// semrelease(&
worldsema
)
[
all
...]
mgc.go
432
// for a new GC cycle. The caller must hold
worldsema
.
[
all
...]
/prebuilts/go/linux-x86/src/runtime/
proc.go
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
var
985
// The caller is responsible for acquiring
worldsema
and disabling
989
// semacquire(&
worldsema
, 0)
998
// semrelease(&
worldsema
)
[
all
...]
mgc.go
432
// for a new GC cycle. The caller must hold
worldsema
.
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
runtime.a
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
runtime.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/
runtime.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/
runtime.a
[
all
...]
Completed in 663 milliseconds