Home
last modified time | relevance | path

Searched refs:the_limit (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/util/tests/
H A Dthreadpool-nproc-limit.cc61 static int dotest(int the_limit) { in dotest() argument
63 fprintf(stderr, "%s:%u %d\n", __FILE__, __LINE__, the_limit); in dotest()
74 new_nproc_limit.rlim_cur = the_limit; in dotest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dsmall_caps_iterator_test.cc23 unsigned the_limit, in SmallCapsExpectedRun()
25 : limit(the_limit), small_caps_behavior(the_small_caps_behavior) {} in SmallCapsExpectedRun()
H A Dorientation_iterator_test.cc23 unsigned the_limit, in OrientationExpectedRun()
25 : limit(the_limit), render_orientation(the_render_orientation) {} in OrientationExpectedRun()
H A Dsymbols_iterator_test.cc25 FallbackExpectedRun(unsigned the_limit, in FallbackExpectedRun()
27 : limit(the_limit), font_fallback_priority(the_font_fallback_priority) {} in FallbackExpectedRun()
H A Dscript_run_iterator_test.cc24 ScriptExpectedRun(unsigned the_limit, UScriptCode the_code) in ScriptExpectedRun()
25 : limit(the_limit), code(the_code) {} in ScriptExpectedRun()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dsmall_caps_iterator_test.cc23 unsigned the_limit, in SmallCapsExpectedRun()
25 : limit(the_limit), small_caps_behavior(the_small_caps_behavior) {} in SmallCapsExpectedRun()
H A Dorientation_iterator_test.cc23 unsigned the_limit, in OrientationExpectedRun()
25 : limit(the_limit), render_orientation(the_render_orientation) {} in OrientationExpectedRun()
H A Dsymbols_iterator_test.cc25 FallbackExpectedRun(unsigned the_limit, in FallbackExpectedRun()
27 : limit(the_limit), font_fallback_priority(the_font_fallback_priority) {} in FallbackExpectedRun()
H A Dscript_run_iterator_test.cc24 ScriptExpectedRun(unsigned the_limit, UScriptCode the_code) in ScriptExpectedRun()
25 : limit(the_limit), code(the_code) {} in ScriptExpectedRun()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/shaping/
H A Drun_segmenter_test.cc33 unsigned the_limit, in SegmenterExpectedRun()
38 limit(the_limit), in SegmenterExpectedRun()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/shaping/
H A Drun_segmenter_test.cc33 unsigned the_limit, in SegmenterExpectedRun()
38 limit(the_limit), in SegmenterExpectedRun()
/dports/finance/chiapos/chiapos-1.0.3/src/
H A Dplotter_disk.hpp78 struct rlimit the_limit = {600, 600}; in CreatePlotDisk() local
79 if (-1 == setrlimit(RLIMIT_NOFILE, &the_limit)) { in CreatePlotDisk()
/dports/editors/xvile/vile-9.8v/
H A Ddisplay.c258 int the_limit = 0; in dofmt() local
280 DecodeLength(fmt, app, the_limit); in dofmt()
282 the_width = the_limit; in dofmt()
284 the_limit = the_width; in dofmt()
292 the_width, the_limit, in dofmt()
350 n = dfputsn(outfunc, va_arg(app, char *), the_width, the_limit); in dofmt()
/dports/editors/vile/vile-9.8v/
H A Ddisplay.c258 int the_limit = 0; in dofmt() local
280 DecodeLength(fmt, app, the_limit); in dofmt()
282 the_width = the_limit; in dofmt()
284 the_limit = the_width; in dofmt()
292 the_width, the_limit, in dofmt()
350 n = dfputsn(outfunc, va_arg(app, char *), the_width, the_limit); in dofmt()

12