Home
last modified time | relevance | path

Searched refs:enablegc (Results 1 – 25 of 77) sorted by path

1234

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbarrier.go198 if mp.p == 0 && memstats.enablegc && !mp.inwb && inheap(src) {
H A Dmgc.go219 memstats.enablegc = true // now that runtime is initialized, GC is okay
1205 if !memstats.enablegc || panicking != 0 {
H A Dmstats.go81 enablegc bool member
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbarrier.go198 if mp.p == 0 && memstats.enablegc && !mp.inwb && inheap(src) {
H A Dmgc.go219 memstats.enablegc = true // now that runtime is initialized, GC is okay
1205 if !memstats.enablegc || panicking != 0 {
H A Dmstats.go81 enablegc bool member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dmalloc.h247 bool enablegc; member
H A Dmgc0.c1964 if(!mstats.enablegc || runtime_g() == m->g0 || m->locks > 0 || runtime_panicking) in runtime_gc()
H A Dmprof.goc468 bool enablegc;
477 enablegc = mstats.enablegc;
478 mstats.enablegc = false;
501 mstats.enablegc = enablegc;
H A Dproc.c560 mstats.enablegc = 1; in runtime_main()
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dmgc.go220 memstats.enablegc = true // now that runtime is initialized, GC is okay
1202 if !memstats.enablegc || panicking != 0 || gcphase != _GCoff {
H A Dmstats.go70 enablegc bool member
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dmalloc.h238 bool enablegc; member
H A Dmgc0.c1522 if(!mstats.enablegc || m->locks > 0 || runtime_panicking) in runtime_gc()
H A Dmprof.goc446 bool enablegc;
455 enablegc = mstats.enablegc;
456 mstats.enablegc = false;
479 mstats.enablegc = enablegc;
H A Dproc.c541 mstats.enablegc = 1; in runtime_main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbarrier.go198 if mp.p == 0 && memstats.enablegc && !mp.inwb && inheap(src) {
H A Dmgc.go219 memstats.enablegc = true // now that runtime is initialized, GC is okay
1205 if !memstats.enablegc || panicking != 0 {
H A Dmstats.go81 enablegc bool member
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmbarrier.go198 if mp.p == 0 && memstats.enablegc && !mp.inwb && inheap(src) {
H A Dmgc.go219 memstats.enablegc = true // now that runtime is initialized, GC is okay
1205 if !memstats.enablegc || panicking != 0 {
H A Dmstats.go81 enablegc bool member
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbarrier.go198 if mp.p == 0 && memstats.enablegc && !mp.inwb && inheap(src) {
H A Dmgc.go219 memstats.enablegc = true // now that runtime is initialized, GC is okay
1205 if !memstats.enablegc || panicking != 0 {
H A Dmstats.go81 enablegc bool member

1234