Home
last modified time | relevance | path

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

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dproc.c400 int32 runtime_gomaxprocs; variable
775 n = runtime_gomaxprocs; in runtime_gcprocs()
792 n = runtime_gomaxprocs; in needaddgcproc()
832 if(runtime_gomaxprocs == 1) in runtime_freezetheworld()
868 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
889 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
919 procresize(runtime_gomaxprocs); in runtime_starttheworld()
2316 ret = runtime_gomaxprocs; in runtime_gomaxprocsfunc()
2542 old = runtime_gomaxprocs; in procresize()
2874 if(runtime_gomaxprocs == 1) in runtime_schedtrace()
[all …]
H A Druntime.h467 extern int32 runtime_gomaxprocs;
H A Dmgc0.c2343 if(runtime_gomaxprocs == 1) { in runtime_markallocated()
2373 if(runtime_gomaxprocs == 1) { in runtime_markfreed()
2493 if(runtime_gomaxprocs == 1) { in runtime_setblockspecial()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/runtime/
H A Dproc.c320 int32 runtime_gomaxprocs; variable
490 runtime_gomaxprocs = 1; in runtime_schedinit()
495 runtime_gomaxprocs = n; in runtime_schedinit()
500 runtime_singleproc = runtime_gomaxprocs == 1; in runtime_schedinit()
529 setmcpumax(runtime_gomaxprocs); in runtime_main()
1024 n = runtime_gomaxprocs; in runtime_gcprocs()
1095 max = runtime_gomaxprocs; in runtime_starttheworld()
1103 setmcpumax(runtime_gomaxprocs); in runtime_starttheworld()
1660 ret = runtime_gomaxprocs; in runtime_gomaxprocsfunc()
1665 runtime_gomaxprocs = n; in runtime_gomaxprocsfunc()
[all …]
H A Druntime.h373 extern int32 runtime_gomaxprocs;
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dproc.c373 int32 runtime_gomaxprocs; variable
851 n = runtime_gomaxprocs; in runtime_gcprocs()
868 n = runtime_gomaxprocs; in needaddgcproc()
908 if(runtime_gomaxprocs == 1) in runtime_freezetheworld()
944 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
965 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
995 procresize(runtime_gomaxprocs); in runtime_starttheworld()
2488 ret = runtime_gomaxprocs; in runtime_gomaxprocsfunc()
2708 old = runtime_gomaxprocs; in procresize()
3073 if(runtime_gomaxprocs == 1) in runtime_schedtrace()
[all …]
H A Druntime.h511 extern int32 runtime_gomaxprocs;
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dproc.c373 int32 runtime_gomaxprocs; variable
851 n = runtime_gomaxprocs; in runtime_gcprocs()
868 n = runtime_gomaxprocs; in needaddgcproc()
908 if(runtime_gomaxprocs == 1) in runtime_freezetheworld()
944 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
965 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
995 procresize(runtime_gomaxprocs); in runtime_starttheworld()
2488 ret = runtime_gomaxprocs; in runtime_gomaxprocsfunc()
2708 old = runtime_gomaxprocs; in procresize()
3073 if(runtime_gomaxprocs == 1) in runtime_schedtrace()
[all …]
H A Druntime.h511 extern int32 runtime_gomaxprocs;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dproc.c373 int32 runtime_gomaxprocs; variable
851 n = runtime_gomaxprocs; in runtime_gcprocs()
868 n = runtime_gomaxprocs; in needaddgcproc()
908 if(runtime_gomaxprocs == 1) in runtime_freezetheworld()
944 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
965 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
995 procresize(runtime_gomaxprocs); in runtime_starttheworld()
2488 ret = runtime_gomaxprocs; in runtime_gomaxprocsfunc()
2708 old = runtime_gomaxprocs; in procresize()
3073 if(runtime_gomaxprocs == 1) in runtime_schedtrace()
[all …]
H A Druntime.h500 extern int32 runtime_gomaxprocs;
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dproc.c398 int32 runtime_gomaxprocs; variable
707 n = runtime_gomaxprocs; in runtime_gcprocs()
724 n = runtime_gomaxprocs; in needaddgcproc()
765 runtime_sched.stopwait = runtime_gomaxprocs; in runtime_stoptheworld()
771 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
792 for(i = 0; i < runtime_gomaxprocs; i++) { in runtime_stoptheworld()
821 procresize(runtime_gomaxprocs); in runtime_starttheworld()
1495 for(i = 0; i < 2*runtime_gomaxprocs; i++) { in findrunnable()
1526 for(i = 0; i < runtime_gomaxprocs; i++) { in findrunnable()
2111 ret = runtime_gomaxprocs; in runtime_gomaxprocsfunc()
[all …]
H A Druntime.h454 extern int32 runtime_gomaxprocs;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/
H A Dlibgo-noext.diff1024 n = runtime_gomaxprocs;
1042 n = runtime_gomaxprocs;
1077 runtime_sched.stopwait = runtime_gomaxprocs;
1163 …if(runtime_sched.npidle == (uint32)runtime_gomaxprocs-1 && runtime_atomicload64(&runtime_sched.las…
1226 for(i = 0; i < runtime_gomaxprocs; i++) {
1359 ret = runtime_gomaxprocs;
1435 ….gcwaiting || runtime_atomicload(&runtime_sched.npidle) == (uint32)runtime_gomaxprocs)) { // TODO…
1438 …time_sched.gcwaiting) || runtime_atomicload(&runtime_sched.npidle) == (uint32)runtime_gomaxprocs) {
1459 (now-starttime)/1000000, runtime_gomaxprocs, runtime_sched.npidle, runtime_sched.mcount,