/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/valgrind/main/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/valgrind/main/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 | 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()
|
D | fdleak_creat.c | 12 sprintf(filename, "/tmp/file.%d", getpid()); in main()
|
D | fcntl_setown.c | 17 if (fcntl(s, F_SETOWN, getpid()) < 0) in main()
|
/external/valgrind/main/gdbserver_tests/ |
D | passsigalrm.c | 21 if (kill(getpid(), SIGALRM) != 0) in main() 30 if (kill(getpid(), SIGALRM) != 0) in main()
|
D | t.c | 24 return getpid(); in gettid() 29 printf("pid %d Thread %d %s\n", getpid(), gettid(), msg); fflush(stdout); in whoami()
|
D | sleepers.c | 22 return getpid(); in gettid() 29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg); in whoami()
|
/external/valgrind/main/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/main/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/oprofile/daemon/ |
D | opd_perfmon.c | 121 if (children[i].pid == getpid()) { in child_sigusr1() 134 if (children[i].pid == getpid()) { in child_sigusr2() 156 err = sched_setaffinity(getpid(), sizeof(set), &set); in set_affinity() 321 self->pid = getpid(); in run_child() 409 xen_ctx->pid = getpid(); in perfmon_init()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | http_lock.py | 119 lock_file.write(str(os.getpid())) 132 while self._curent_lock_pid() != os.getpid():
|
/external/valgrind/tsan/ |
D | ts_util.h | 213 #define getpid VG_(getpid) macro 242 int getpid();
|
/external/dbus/bus/ |
D | dir-watch-kqueue.c | 74 pid = getpid (); in _handle_kqueue_watch() 87 pid = getpid (); in _handle_kqueue_watch()
|
/external/openssl/crypto/rand/ |
D | rand_unix.c | 182 curr_pid = getpid(); in RAND_poll() 240 pid_t curr_pid = getpid(); in RAND_poll()
|
/external/qemu/distrib/sdl-1.2.12/src/audio/esd/ |
D | SDL_esdaudio.c | 255 SDL_snprintf(temp, SDL_arraysize(temp), "/proc/%d/cmdline", getpid()); in get_progname() 319 parent = getpid(); in ESD_OpenAudio()
|
/external/bluetooth/glib/gio/inotify/ |
D | inotify-diag.c | 46 pid = getpid (); in id_dump()
|
/external/ppp/pppd/ |
D | magic.c | 73 seed = get_host_seed() ^ t.tv_sec ^ t.tv_usec ^ getpid(); in magic_init()
|
/external/oprofile/libutil/ |
D | op_lockfile.c | 65 fprintf(fp, "%d", getpid()); in op_write_lock_file()
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 27 #define getpid _getpid macro
|
/external/ppp/pppd/plugins/radius/ |
D | util.c | 80 (unsigned int) getpid (), in rc_mksid()
|