Home
last modified time | relevance | path

Searched refs:masterOnly (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/db/
H A DLoadBalancerTest.php222 $lbExtra = [], $srvExtra = [], $masterOnly = false argument
236 'load' => $masterOnly ? 100 : 0,
247 'load' => $masterOnly ? 0 : 100,
257 'load' => $masterOnly ? 0 : 100,
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/db/
H A DLoadBalancerTest.php222 $lbExtra = [], $srvExtra = [], $masterOnly = false argument
236 'load' => $masterOnly ? 100 : 0,
247 'load' => $masterOnly ? 0 : 100,
257 'load' => $masterOnly ? 0 : 100,
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/db/
H A DLoadBalancerTest.php216 $lbExtra = [], $srvExtra = [], $masterOnly = false argument
230 'load' => $masterOnly ? 100 : 0,
241 'load' => $masterOnly ? 0 : 100,
251 'load' => $masterOnly ? 0 : 100,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_stats.h457 static bool masterOnly(timer_e e) { in masterOnly() function
566 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp832 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on master in outputStats()
850 if (counter::masterOnly(c) && t != 0) in outputStats()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_stats.h465 static bool masterOnly(timer_e e) { in masterOnly() function
574 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp839 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on in outputStats()
857 if (counter::masterOnly(c) && t != 0) in outputStats()
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h457 static bool masterOnly(timer_e e) { in masterOnly() function
566 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp832 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on master in outputStats()
850 if (counter::masterOnly(c) && t != 0) in outputStats()
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h458 static bool masterOnly(timer_e e) { in masterOnly() function
567 static bool masterOnly(counter_e e) { in masterOnly() function
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h457 static bool masterOnly(timer_e e) { in masterOnly() function
566 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp832 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on master in outputStats()
850 if (counter::masterOnly(c) && t != 0) in outputStats()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h458 static bool masterOnly(timer_e e) { in masterOnly() function
567 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp835 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on master in outputStats()
853 if (counter::masterOnly(c) && t != 0) in outputStats()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h461 static bool masterOnly(timer_e e) { in masterOnly() function
570 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp839 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on in outputStats()
857 if (counter::masterOnly(c) && t != 0) in outputStats()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_stats.h457 static bool masterOnly(timer_e e) { in masterOnly() function
566 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp832 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on master in outputStats()
850 if (counter::masterOnly(c) && t != 0) in outputStats()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h457 static bool masterOnly(timer_e e) { in masterOnly() function
566 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp832 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on master in outputStats()
850 if (counter::masterOnly(c) && t != 0) in outputStats()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h461 static bool masterOnly(timer_e e) { in masterOnly() function
570 static bool masterOnly(counter_e e) { in masterOnly() function
H A Dkmp_stats.cpp839 if ((timeStat::masterOnly(s) && (t != 0)) || // Timer only valid on in outputStats()
857 if (counter::masterOnly(c) && t != 0) in outputStats()
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h457 static bool masterOnly(timer_e e) { in masterOnly() function
566 static bool masterOnly(counter_e e) { in masterOnly() function
/dports/devel/llvm80/llvm-8.0.1.src/projects/openmp/runtime/src/
H A Dkmp_stats.h447 static bool masterOnly(timer_e e) { in masterOnly() function
556 static bool masterOnly(counter_e e) { in masterOnly() function
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_stats.h461 static bool masterOnly(timer_e e) {
570 static bool masterOnly(counter_e e) {

12