Home
last modified time | relevance | path

Searched refs:use_fork (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Djp_afni.c29 static int use_fork = 0 ; variable
59 if( use_fork && pid_fork != 0 && pid_fork != (pid_t)(-1) ){ in AFNI_exit()
187 use_fork = AFNI_use_tcp ; in AFNI_start_io()
190 if( use_fork ){ /* fork a relay process to talk to AFNI */ in AFNI_start_io()
195 use_fork = 0 ; AFNI_mode = 0 ; return ; in AFNI_start_io()
200 IOCHAN_CLOSE(AFNI_ioc) ; pid_fork = 0 ; use_fork = 0 ; in AFNI_start_io()
227 use_fork = 0 ; AFNI_mode = 0 ; return ; in AFNI_start_io()
263 use_fork = 0 ; AFNI_mode = 0 ; return ; in AFNI_start_io()
416 use_fork = 0 ; AFNI_mode = 0 ; in AFNI_send_image()
427 use_fork = 0 ; AFNI_mode = 0 ; in AFNI_send_image()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/thread/create_after_attach/
H A DTestCreateAfterAttach.py27 self.create_after_attach(use_fork=False)
38 self.create_after_attach(use_fork=True)
48 def create_after_attach(self, use_fork): argument
54 if use_fork:
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/thread/create_after_attach/
H A DTestCreateAfterAttach.py27 self.create_after_attach(use_fork=False)
38 self.create_after_attach(use_fork=True)
48 def create_after_attach(self, use_fork): argument
54 if use_fork:
/dports/editors/jupp/jupp/
H A Dconfigure.ac225 use_fork=$enableval, use_fork=yes)
226 test x"$use_fork" = x"no" && ac_cv_func_fork=no
228 case $use_fork:$ac_cv_func_fork in
229 no:*) use_fork=0 ;;
230 *:yes) use_fork=1 ;;
231 *) use_fork=0 ;;
233 AC_DEFINE_UNQUOTED([WANT_FORK], [$use_fork], [We have fork(2) and want to use it])
234 if test $use_fork = 1; then
/dports/x11/xbindkeys/xbindkeys-1.8.6/
H A Dconfigure.ac40 use_fork=yes
44 use_fork="${enableval}")
47 if test "$use_fork" = yes; then
/dports/devel/p5-Test2-Harness/Test2-Harness-1.000082/t/unit/Test2/Harness/
H A DTestFile.t117 use_fork => 1,
153 use_fork => 1,
193 use_fork => 1,
244 use_fork => 0,
297 use_fork => 0,
349 use_fork => 1,
403 use_fork => 1,
455 use_fork => 1,
518 use_fork => 1,
566 use_fork => 1,
[all …]
/dports/ftp/lftp/lftp-4.9.2/src/
H A DResolver.cc113 use_fork=ResMgr::QueryBool("dns:use-fork",0); in Resolver()
156 if(use_fork) in Do()
263 if(use_fork) in Do()
267 use_fork=false; in Do()
514 if(!use_fork) in LookupSRV_RR()
722 if(!use_fork) in LookupOne()
912 if(!use_fork && Deleted()) in DoGethostbyname()
923 if(!use_fork && Deleted()) in DoGethostbyname()
/dports/devel/p5-Test2-Harness/Test2-Harness-1.000082/lib/Test2/Harness/Runner/
H A DJob.pm106 return $self->{+VIA} = $self->{+FORK_CALLBACK} if $self->{+FORK_CALLBACK} && $self->use_fork;
381 sub use_fork { subroutine
391 return $self->{+USE_FORK} = 0 if defined($task->{use_fork}) && !$task->{use_fork};
398 return $self->{+USE_FORK} = 0 unless $runner->use_fork;
/dports/devel/p5-Test2-Harness/Test2-Harness-1.000082/lib/App/Yath/Options/
H A DRunner.pm16 option use_fork => (
200 $settings->runner->field(use_fork => 0);
/dports/www/firefox-esr/firefox-91.8.0/testing/gtest/
H A Dmozilla-changes.diff41 const bool use_fork = GTEST_FLAG(death_test_use_fork);
43 if (!use_fork) {
/dports/www/firefox/firefox-99.0/testing/gtest/
H A Dmozilla-changes.diff41 const bool use_fork = GTEST_FLAG(death_test_use_fork);
43 if (!use_fork) {
/dports/mail/thunderbird/thunderbird-91.8.0/testing/gtest/
H A Dmozilla-changes.diff41 const bool use_fork = GTEST_FLAG(death_test_use_fork);
43 if (!use_fork) {
/dports/lang/spidermonkey78/firefox-78.9.0/testing/gtest/
H A Dmozilla-changes.diff41 const bool use_fork = GTEST_FLAG(death_test_use_fork);
43 if (!use_fork) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gtest/src/
H A Dgtest-death-test.cc905 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local
907 if (!use_fork) { in ExecDeathTestFork()
922 const bool use_fork = true; in ExecDeathTestFork() local
925 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/gtest/src/
H A Dgtest-death-test.cc905 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local
907 if (!use_fork) { in ExecDeathTestFork()
922 const bool use_fork = true; in ExecDeathTestFork() local
925 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/gtest/src/
H A Dgtest-death-test.cc908 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local
910 if (!use_fork) { in ExecDeathTestFork()
925 const bool use_fork = true; in ExecDeathTestFork() local
928 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
/dports/biology/avida/avida-2.12.4-src/libs/apto/utils/unittest/googletest/
H A Dgtest-death-test.cc905 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local
907 if (!use_fork) { in ExecDeathTestFork()
922 const bool use_fork = true; in ExecDeathTestFork() local
925 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc1069 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1071 if (!use_fork) { in ExecDeathTestSpawnChild()
1097 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1100 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GoogleTest/src/itkgoogletest/googletest/src/
H A Dgtest-death-test.cc1068 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1070 if (!use_fork) { in ExecDeathTestSpawnChild()
1096 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1099 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/dports/biology/vcflib/vcflib-1.0.2/googletest/googletest/src/
H A Dgtest-death-test.cc1069 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1071 if (!use_fork) { in ExecDeathTestSpawnChild()
1097 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1100 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/dports/net/flower/flower-0.10/contrib/googletest-release-1.8.0/googletest/src/
H A Dgtest-death-test.cc1069 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1071 if (!use_fork) { in ExecDeathTestSpawnChild()
1097 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1100 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/dports/devel/ros-urdfdom/urdfdom-1.0.4/urdf_parser/test/gtest/src/
H A Dgtest-death-test.cc1063 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1065 if (!use_fork) { in ExecDeathTestSpawnChild()
1091 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1094 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/dports/devel/ros-console_bridge/console_bridge-1.0.1/test/gtest/src/
H A Dgtest-death-test.cc1063 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1065 if (!use_fork) { in ExecDeathTestSpawnChild()
1091 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1094 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/dports/devel/llvm11/llvm-11.0.1.src/utils/unittest/googletest/src/
H A Dgtest-death-test.cc1069 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestSpawnChild() local
1071 if (!use_fork) { in ExecDeathTestSpawnChild()
1097 const bool use_fork = true; in ExecDeathTestSpawnChild() local
1100 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestSpawnChild()
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/src/gtest/
H A Dgtest-death-test.cc958 const bool use_fork = GTEST_FLAG(death_test_use_fork); in ExecDeathTestFork() local
960 if (!use_fork) { in ExecDeathTestFork()
975 const bool use_fork = true; in ExecDeathTestFork() local
978 if (use_fork && (child_pid = fork()) == 0) { in ExecDeathTestFork()

12345678910