Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 152) sorted by relevance

1234567

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dfork.test4 RUN: not %run %t-SimpleTest -fork=1 2>&1 | FileCheck %s --check-prefix=BINGO
8 RUN: not %run %t-TimeoutTest -fork=1 -timeout=1 -ignore_timeouts=0 2>&1 | FileCheck %s --check-pref…
12 RUN: not %run %t-OutOfMemoryTest -fork=1 -ignore_ooms=0 -rss_limit_mb=128 2>&1 | FileCheck %s --ch…
17 RUN: not %run %t-ShallowOOMDeepCrash -fork=1 -rss_limit_mb=128 2>&1 | FileCheck %s --check-prefix=C…
21 RUN: not %run %t-ShallowOOMDeepCrash -fork=1 -rss_limit_mb=128 -ignore_crashes=1 -max_total_time=10…
H A Dfork_corpus_groups.test4 RUN: not %run %t-SimpleTest -fork=1 -fork_corpus_groups=1 2>&1 | FileCheck %s --check-prefix=BINGO
8 RUN: not %run %t-TimeoutTest -fork=1 -fork_corpus_groups=1 -timeout=1 -ignore_timeouts=0 2>&1 | Fil…
12 RUN: not %run %t-OutOfMemoryTest -fork=1 -fork_corpus_groups=1 -ignore_ooms=0 -rss_limit_mb=128 2>…
17 RUN: not %run %t-ShallowOOMDeepCrash -fork=1 -fork_corpus_groups=1 -rss_limit_mb=128 2>&1 | FileChe…
21 RUN: not %run %t-ShallowOOMDeepCrash -fork=1 -fork_corpus_groups=1 -rss_limit_mb=128 -ignore_crashe…
H A Dfork-ubsan.test2 # Tests how the fork mode works together with ubsan.
4 RUN: not %run %t-IntegerOverflowTest -fork=1 -ignore_crashes=1 -runs=10000 2>&1 | FileCheck %s --c…
H A Donly-some-bytes-fork.test15 # Test that the fork mode can collect and use the DFT
17 DISABLED: not %t-Fuzz -collect_data_flow=%t-DFT -use_value_profile=1 -runs=100000000 -fork=20 2> %t…
/llvm-project-15.0.7/lldb/test/Shell/Subprocess/
H A Dfork-follow-child.test4 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
6 settings set target.process.follow-fork-mode child
H A Dfork-follow-child-softbp.test4 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
6 settings set target.process.follow-fork-mode child
H A Dfork-follow-child-wp.test4 # RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
6 settings set target.process.follow-fork-mode child
H A Dfork-follow-parent.test3 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
H A Dvfork-follow-child.test4 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t
6 settings set target.process.follow-fork-mode child
H A Dvfork-follow-child-softbp.test4 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t
6 settings set target.process.follow-fork-mode child
H A Dfork-follow-parent-softbp.test4 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
H A Dclone-follow-child.test4 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t
6 settings set target.process.follow-fork-mode child
H A Dfork-follow-parent-wp.test3 # RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
H A Dvfork-follow-child-wp.test4 # RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_FORK=vfork -o %t
6 settings set target.process.follow-fork-mode child
H A Dclone-follow-child-softbp.test4 # RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_CLONE -o %t
6 settings set target.process.follow-fork-mode child
H A Dclone-follow-child-wp.test4 # RUN: %clangxx_host -g %p/Inputs/fork.cpp -DTEST_CLONE -o %t
6 settings set target.process.follow-fork-mode child
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Denable_disable.cpp15 pid_t Pid = fork(); in TEST_F()
35 Pid = fork(); in TEST_F()
75 pid_t Pid = fork(); in TEST_F()
/llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/
H A DPR35628_2.ll31 %0 = phi i64 [ 2, %entry ], [ %fork, %loop ]
43 %fork = add i64 %0, 0
47 %sext22 = add i64 1, %fork
49 %join = add i64 %fork, %zsum
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Dfork.cpp75 pid_t pid = fork(); in test()
90 pid_t pid = fork(); in main()
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dfork.cpp71 pid_t pid = fork(); in test()
87 pid_t pid = fork(); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dlog_path_fork_test.cc.disabled3 // Set verbosity to 1 so that the log files are opened prior to fork().
15 if (fork() == -1) return 1;
/llvm-project-15.0.7/llvm/test/MC/Mips/mt/
H A Dvalid.s11 fork $2, $3, $5 # CHECK: fork $2, $3, $5 # encoding: [0x7c,0x65,0x10,0x08]
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp139 m_stop_info.details.fork.child_pid = child_pid; in SetStoppedByFork()
140 m_stop_info.details.fork.child_tid = child_tid; in SetStoppedByFork()
149 m_stop_info.details.fork.child_pid = child_pid; in SetStoppedByVFork()
150 m_stop_info.details.fork.child_tid = child_tid; in SetStoppedByVFork()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp139 m_stop_info.details.fork.child_pid = child_pid; in SetStoppedByFork()
140 m_stop_info.details.fork.child_tid = child_tid; in SetStoppedByFork()
149 m_stop_info.details.fork.child_pid = child_pid; in SetStoppedByVFork()
150 m_stop_info.details.fork.child_tid = child_tid; in SetStoppedByVFork()
/llvm-project-15.0.7/compiler-rt/test/profile/Posix/
H A Dgcov-fork.c20 pid_t pid = fork(); // CHECK-NEXT: 1: [[#@LINE]]: in main()

1234567