/external/valgrind/gdbserver_tests/ |
D | passsigalrm.c | 34 if (kill(getpid(), SIGALRM) != 0) in main() 43 if (kill(getpid(), SIGALRM) != 0) in main() 61 if (kill(getpid(), SIGRTMIN) != 0) in main()
|
/external/valgrind/coregrind/m_scheduler/ |
D | ticket-lock-linux.c | 123 VG_(printf)("[%d/%d] acquire: ticket %d\n", VG_(getpid)(), in acquire_sched_lock() 132 " futex[%ld] != %d\n", VG_(getpid)(), in acquire_sched_lock() 173 "\n", VG_(getpid)(), VG_(gettid)(), wakeup_ticket, in release_sched_lock() 182 VG_(getpid)(), VG_(gettid)(), wakeup_ticket); in release_sched_lock()
|
/external/netperf/ |
D | netcpu_looper.c | 110 getpid(), in bind_to_processor() 115 SETPROCESS((child_num % lib_num_loc_cpus), getpid()); in bind_to_processor() 131 getpid(), in bind_to_processor() 137 getpid(), in bind_to_processor() 191 getpid()); in sit_and_spin() 230 pid = getpid(); in sit_and_spin() 240 pid = getpid(); in sit_and_spin()
|
/external/lldb/test/unittest2/test/ |
D | test_break.py | 32 pid = os.getpid() 62 pid = os.getpid() 80 pid = os.getpid() 110 pid = os.getpid() 135 pid = os.getpid() 174 pid = os.getpid()
|
/external/valgrind/drd/tests/ |
D | linuxthreads_det.c | 16 if (s_main_thread_pid == getpid()) in thread_func() 31 s_main_thread_pid = getpid(); in main()
|
D | pth_inconsistent_cond_wait.c | 49 snprintf(name_and_pid, sizeof(name_and_pid), "%s-%d", name, getpid()); in create_semaphore() 110 snprintf(semaphore_name, sizeof(semaphore_name), "semaphore-%d", getpid()); in main()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper_unittest.cc | 43 const pid_t pid = getpid(); in TEST() 45 LinuxCoreDumper dumper(getpid(), "core_file", procfs_path); in TEST() 116 EXPECT_EQ(getpid(), info.ppid); in TEST()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-fork-direct.cc | 25 fprintf(stderr, "Child PID: %d\n", getpid()); in main() 28 fprintf(stderr, "Parent PID: %d\n", getpid()); in main()
|
D | coverage-fork.cc | 25 fprintf(stderr, "Child PID: %d\n", getpid()); in main() 28 fprintf(stderr, "Parent PID: %d\n", getpid()); in main()
|
/external/compiler-rt/test/asan/TestCases/Android/ |
D | coverage-android.cc | 116 kill(getpid(), SIGKILL); in bar() 125 fprintf(stderr, "PID: %d\n", getpid()); in main()
|
/external/libvncserver/x11vnc/ |
D | sslhelper.c | 276 snprintf(line, 1024, "x11vnc-SELF-SIGNED-CERT-%d", getpid()); in create_tmp_pem() 279 getpid()); in create_tmp_pem() 573 sprintf(tfile, "%s/sslverify-tmp-load-%d.crts.XXXXXX", tmp, getpid()); in get_ssl_verify_file() 1918 rfbLog("SSL: ssl_helper[%d]: Cipher: %s %s Proto: %s\n", getpid(), in pr_ssl_info() 1921 rfbLog("SSL: ssl_helper[%d]: Proto: %s\n", getpid(), in pr_ssl_info() 1928 rfbLog("sig: %d, ssl_init[%d] timed out.\n", sig, getpid()); in ssl_timeout() 1956 rfbLog("SSL: ssl_init[%d]: detected 'repeater' in connect string.\n", getpid()); in ssl_init() 1966 getpid()); in ssl_init() 1971 getpid(), s_in, s_out, timeout); in ssl_init() 2044 getpid(), ssl_client_mode ? "SSL_connect" : "SSL_accept", name, peerport); in ssl_init() [all …]
|
/external/valgrind/none/tests/ |
D | sigstackgrowth.c | 40 kill(getpid(), SIGUSR1); in handler() 56 kill(getpid(), SIGUSR1); in main()
|
D | pending.c | 51 kill(getpid(), SIGUSR1); in main() 52 kill(getpid(), SIGHUP); in main()
|
D | process_vm_readv_writev.c | 33 if (process_vm_readv(getpid(), in test_process_vm_readv() 69 if (process_vm_writev(getpid(), in test_process_vm_writev()
|
D | procfs-cmdline-exe.c | 101 snprintf(path, sizeof(path), "/proc/%d/cmdline", getpid()); in main() 106 snprintf(path, sizeof(path), "/proc/%d/exe", getpid()); in main()
|
/external/libunwind/tests/ |
D | mapper.c | 66 kill (getpid (), SIGUSR1); /* tell test-ptrace to start single-stepping */ in main() 68 kill (getpid (), SIGUSR2); /* tell test-ptrace to stop single-stepping */ in main()
|
D | Gtest-resume-sig.c | 99 kill (getpid (), SIGUSR2); /* pend SIGUSR2 */ in handler() 177 kill (getpid (), SIGUSR1); in main()
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | keep-tracking.c | 35 (pid_t)event->comm.pid == getpid() && in find_comm() 36 (pid_t)event->comm.tid == getpid() && in find_comm() 70 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__keep_tracking()
|
D | perf-time-to-tsc.c | 71 threads = thread_map__new(-1, getpid(), UINT_MAX); in test__perf_time_to_tsc() 123 (pid_t)event->comm.pid != getpid() || in test__perf_time_to_tsc() 124 (pid_t)event->comm.tid != getpid()) in test__perf_time_to_tsc()
|
/external/valgrind/memcheck/tests/linux/ |
D | sigqueue.c | 30 si->si_pid = getpid(); in main() 32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si); in main()
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-13-2AddrAssert.ll | 10 %call = tail call i32 (...) @getpid() ; <i32> [#uses=1] 16 declare i32 @getpid(...)
|
/external/valgrind/none/tests/s390x/ |
D | test_sig.c | 56 kill(getpid(), SIGALRM); in main() 58 kill(getpid(), SIGUSR1); in main()
|
/external/valgrind/none/tests/x86-linux/ |
D | sigcontext.c | 68 : "0" (__NR_kill), "b" (getpid()), "c" (SIGUSR1)); in main() 83 : "0" (__NR_kill), "b" (getpid()), "c" (SIGUSR2)); in main()
|
/external/selinux/libselinux/src/ |
D | procattr.c | 59 cpid = getpid(); in free_procattr() 92 if (cpid != getpid()) in openattr() 123 if (cpid != getpid()) in getprocattrcon_raw() 223 if (cpid != getpid()) in setprocattrcon_raw()
|
/external/toybox/toys/pending/ |
D | getty.c | 128 if ((setsid() < 0) && (getpid() != getsid(0))) in open_tty() 267 pid_t pid = getpid(); in utmp_entry() 276 entry.ut_pid = getpid(); in utmp_entry() 300 pid_t pid = getpid(); in getty_main()
|