Home
last modified time | relevance | path

Searched refs:forked (Results 1 – 25 of 4094) sorted by relevance

12345678910>>...164

/dports/devel/py-pytest-forked/pytest-forked-1.0.2/src/pytest_forked.egg-info/
H A DPKG-INFO2 Name: pytest-forked
4 Summary: run tests in isolated forked subprocesses
5 Home-page: https://github.com/pytest-dev/pytest-forked
9 Description: pytest-forked: run each test in a forked subprocess
15 this is a extraction of the xdist --forked module,
22 * ``--forked``: run each test in a forked
31 pip install pytest-forked
46 py.test --forked
53 py.test -n3 --forked
56 create new forked subprocesses for each test.
[all …]
/dports/devel/py-pytest-forked/pytest-forked-1.0.2/
H A DPKG-INFO2 Name: pytest-forked
4 Summary: run tests in isolated forked subprocesses
5 Home-page: https://github.com/pytest-dev/pytest-forked
9 Description: pytest-forked: run each test in a forked subprocess
15 this is a extraction of the xdist --forked module,
22 * ``--forked``: run each test in a forked
31 pip install pytest-forked
46 py.test --forked
53 py.test -n3 --forked
56 create new forked subprocesses for each test.
[all …]
H A DREADME.rst1 pytest-forked: run each test in a forked subprocess
7 this is a extraction of the xdist --forked module,
14 * ``--forked``: run each test in a forked
23 pip install pytest-forked
26 a checkout of the `pytest-forked repository`_ ::
38 py.test --forked
45 py.test -n3 --forked
48 create new forked subprocesses for each test.
51 .. _`pytest-forked repository`: https://github.com/pytest-dev/pytest-forked
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/t/
H A D16_fork.t25 this forked { 42 };
28 this forked { (1,5,18) };
31 this forked { sec; 42 };
36 forked { 1 },
37 forked { 2 },
38 forked { 3 };
48 forked { 2 },
49 $t = forked { sec(16); 1 };
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/
H A DLinearChange.java42 LinearChange forked = new LinearChange(); in fork() local
43 forked.started = started; in fork()
44 forked.startValue = startValue; in fork()
45 forked.current = current; in fork()
46 forked.step = step; in fork()
47 forked.max = max; in fork()
48 forked.min = min; in fork()
49 return forked; in fork()
/dports/shells/ksh93/ast-93u/src/lib/libast/misc/
H A Dprocopen.c163 if (forked) in modify()
239 NoP(forked); in modify()
407 int forked = 0; in procopen() local
504 forked = 1; in procopen()
567 forked = 1; in procopen()
634 if (forked || (flags & PROC_OVERLAY)) in procopen()
686 if (forked && (flags & PROC_ENVCLEAR)) in procopen()
721 if (forked && !p) in procopen()
772 if (forked || (flags & PROC_OVERLAY)) in procopen()
779 if (forked) in procopen()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/misc/
H A Dprocopen.c163 if (forked) in modify()
239 NoP(forked); in modify()
407 int forked = 0; in procopen() local
504 forked = 1; in procopen()
567 forked = 1; in procopen()
634 if (forked || (flags & PROC_OVERLAY)) in procopen()
686 if (forked && (flags & PROC_ENVCLEAR)) in procopen()
721 if (forked && !p) in procopen()
772 if (forked || (flags & PROC_OVERLAY)) in procopen()
779 if (forked) in procopen()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/misc/
H A Dprocopen.c163 if (forked) in modify()
239 NoP(forked); in modify()
407 int forked = 0; in procopen() local
506 forked = 1; in procopen()
569 forked = 1; in procopen()
636 if (forked || (flags & PROC_OVERLAY)) in procopen()
688 if (forked && (flags & PROC_ENVCLEAR)) in procopen()
723 if (forked && !p) in procopen()
774 if (forked || (flags & PROC_OVERLAY)) in procopen()
781 if (forked) in procopen()
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/misc/
H A Dprocopen.c226 if (forked) return modify_forked(proc, op, arg1, arg2); in modify()
310 int forked = 0; in procopen() local
384 forked = 1; in procopen()
422 forked = 1; in procopen()
442 modify(proc, forked, PROC_sig_ign, SIGHUP, 0); in procopen()
444 modify(proc, forked, PROC_sig_dfl, SIGTERM, 0); in procopen()
456 modify(proc, forked, PROC_sig_ign, SIGINT, 0); in procopen()
462 if (forked || (flags & PROC_OVERLAY)) { in procopen()
553 if (forked && !p) return proc; in procopen()
590 if (forked) { in procopen()
[all …]
/dports/devel/R-cran-parallelly/parallelly/man/
H A DsupportsMulticore.Rd13 TRUE if forked processing is supported and not disabled,
17 Certain parallelization methods in R rely on \emph{forked} processing, e.g.
22 and macOS. R running on Microsoft Windows does not support forked
24 In R, forked processing is often referred to as "multicore" processing,
28 This function checks whether or not forked (aka "multicore") processing
33 While R supports forked processing on Unix-like operating system such as
39 …ssues/2597#issuecomment-482187011}{RStudio Inc. recommends against using forked processing when ru…
41 \code{FALSE}, despite the underlying operating system supports forked processing.
49 \section{Enable or disable forked processing}{
51 It is possible to disable forked processing for futures by setting \R
[all …]
H A DisForkedChild.Rd5 \title{Checks whether or not we are running in a forked child process}
10 (logical) Returns TRUE if the running in a forked child
14 Checks whether or not we are running in a forked child process
17 Examples of setups and functions that rely on \emph{forked} parallelization
/dports/devel/p5-POE/POE-1.368/t/90_regression/
H A Drt65460-forking.t44 foreach my $forked ( qw( has_fork no_fork ) ) {
45 push( @tests, [ $t, $timing, $forked ] );
67 my ($kernel,$heap,$type,$timing,$forked) = @_[KERNEL,HEAP,ARG0 .. ARG2];
70 $heap->{forked} = $forked;
96 forked => $forked,
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DAtForkTest.cpp29 bool forked = false; in TEST() local
33 forked = true; in TEST()
49 EXPECT_TRUE(forked); in TEST()
50 forked = false; in TEST()
61 EXPECT_FALSE(forked); in TEST()
/dports/sysutils/ucspi-unix/ucspi-unix-1.0/
H A Dunixserver.c23 static unsigned forked = 0; variable
71 printf("unixserver: status: %d/%d\n", forked, opt_connections); in log_status()
237 ++forked; in handle_connection()
244 --forked; in handle_connection()
262 --forked; in handle_children()
267 --forked; in handle_children()
279 --forked; in handle_child()
304 while(forked >= opt_connections) in main()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libutil/
H A Dttymsg.c72 int forked = 0; in ttymsg() local
156 if (forked) in ttymsg()
163 if (forked) { in ttymsg()
179 forked++; in ttymsg()
196 if (forked) in ttymsg()
205 if (forked) in ttymsg()
/dports/sysutils/msyslog/msyslog-v1.08g/src/modules/
H A Dttymsg.c92 int forked = 0; in ttymsg() local
153 if (forked) { in ttymsg()
168 forked++; in ttymsg()
184 if (forked) in ttymsg()
192 if (forked) in ttymsg()
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dchansearch.pl25 use vars qw($forked);
27 $forked = 0;
45 return if $forked;
47 $forked = 1;
82 $forked = 0;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/project/merge_requests/
H A Dallow_collaboration.md17 This feature is available for merge requests across forked projects that are
42 members, you can push directly to the branch of the forked repository.
46 - The forked project URL is `git@gitlab.com:thedude/awesome-project.git`.
63 These commands fetch the branch from the forked project, and create a local branch
67 1. In your terminal, push your local changes back up to the forked project. This
79 ### Pipeline status unavailable from MR page of forked project
81 When a user forks a project, the permissions of the forked copy are not copied
83 forked copy before members in the upstream project can view or merge the changes
86 To see the pipeline status from the merge request page of a forked project
90 1. Go to the **Project information > Members** page in the forked project and invite the newly-crea…
[all …]
/dports/www/py-paste/Paste-3.4.6/paste/
H A Dmodpython.py117 forked = q(apache.AP_MPMQ_IS_FORKED)
127 forked = options.get('multiprocess', '').lower()
128 if forked == 'on':
129 forked = True
130 elif forked == 'off':
131 forked = False
154 env['wsgi.multiprocess'] = forked
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/
H A Dmodpython.py117 forked = q(apache.AP_MPMQ_IS_FORKED)
127 forked = options.get('multiprocess', '').lower()
128 if forked == 'on':
129 forked = True
130 elif forked == 'off':
131 forked = False
154 env['wsgi.multiprocess'] = forked
/dports/devel/p5-POE-Test-Loops/POE-Test-Loops-1.360/lib/POE/Test/Loops/
H A Dk_sig_child.pm105 $heap->{forked} = $heap->{reaped} = 0;
117 $heap->{forked}++;
144 $heap->{forked} == FORK_COUNT,
164 $heap->{reaped} == $heap->{forked},
187 $kill_count == $heap->{forked},
H A Dk_signals.pm64 $heap->{forked} = $heap->{reaped} = 0;
77 $heap->{forked}++;
102 $heap->{forked} == $fork_count,
122 $heap->{reaped} == $heap->{forked},
145 $kill_count == $heap->{forked},
/dports/devel/util-linux/util-linux-2.36/term-utils/
H A Dttymsg.c83 int fd, forked = 0; in ttymsg() local
147 if (forked) { in ttymsg()
163 forked++; in ttymsg()
182 if (forked) in ttymsg()
193 if (forked) in ttymsg()
/dports/sysutils/linrename/util-linux-2.25.2/term-utils/
H A Dttymsg.c77 int fd, forked = 0; in ttymsg() local
141 if (forked) { in ttymsg()
157 forked++; in ttymsg()
176 if (forked) in ttymsg()
187 if (forked) in ttymsg()
/dports/security/afl++/AFLplusplus-3.14c/utils/defork/
H A Ddefork.c12 static bool forked = 0; variable
46 pid_t ret = !forked && original_fork(); in fork()
47 forked = !ret; in fork()

12345678910>>...164