Home
last modified time | relevance | path

Searched refs:getpid (Results 1 – 25 of 243) sorted by relevance

12345678910

/external/netperf/
Dnetcpu_looper.c110 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/
Dlinuxthreads_det.c16 if (s_main_thread_pid == getpid()) in thread_func()
31 s_main_thread_pid = getpid(); in main()
Dpth_inconsistent_cond_wait.c49 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/
Dsigstackgrowth.c40 kill(getpid(), SIGUSR1); in handler()
56 kill(getpid(), SIGUSR1); in main()
Dpending.c51 kill(getpid(), SIGUSR1); in main()
52 kill(getpid(), SIGHUP); in main()
Dprocfs-cmdline-exe.c101 snprintf(path, sizeof(path), "/proc/%d/cmdline", getpid()); in main()
106 snprintf(path, sizeof(path), "/proc/%d/exe", getpid()); in main()
Dfdleak_creat.c12 sprintf(filename, "/tmp/file.%d", getpid()); in main()
Dfcntl_setown.c17 if (fcntl(s, F_SETOWN, getpid()) < 0) in main()
/external/valgrind/main/gdbserver_tests/
Dpasssigalrm.c21 if (kill(getpid(), SIGALRM) != 0) in main()
30 if (kill(getpid(), SIGALRM) != 0) in main()
Dt.c24 return getpid(); in gettid()
29 printf("pid %d Thread %d %s\n", getpid(), gettid(), msg); fflush(stdout); in whoami()
Dsleepers.c22 return getpid(); in gettid()
29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg); in whoami()
/external/valgrind/main/memcheck/tests/linux/
Dsigqueue.c30 si->si_pid = getpid(); in main()
32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si); in main()
/external/llvm/test/CodeGen/X86/
D2009-04-13-2AddrAssert.ll10 %call = tail call i32 (...)* @getpid() ; <i32> [#uses=1]
16 declare i32 @getpid(...)
/external/valgrind/main/none/tests/x86-linux/
Dsigcontext.c68 : "0" (__NR_kill), "b" (getpid()), "c" (SIGUSR1)); in main()
83 : "0" (__NR_kill), "b" (getpid()), "c" (SIGUSR2)); in main()
/external/oprofile/daemon/
Dopd_perfmon.c121 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/
Dhttp_lock.py119 lock_file.write(str(os.getpid()))
132 while self._curent_lock_pid() != os.getpid():
/external/valgrind/tsan/
Dts_util.h213 #define getpid VG_(getpid) macro
242 int getpid();
/external/dbus/bus/
Ddir-watch-kqueue.c74 pid = getpid (); in _handle_kqueue_watch()
87 pid = getpid (); in _handle_kqueue_watch()
/external/openssl/crypto/rand/
Drand_unix.c182 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/
DSDL_esdaudio.c255 SDL_snprintf(temp, SDL_arraysize(temp), "/proc/%d/cmdline", getpid()); in get_progname()
319 parent = getpid(); in ESD_OpenAudio()
/external/bluetooth/glib/gio/inotify/
Dinotify-diag.c46 pid = getpid (); in id_dump()
/external/ppp/pppd/
Dmagic.c73 seed = get_host_seed() ^ t.tv_sec ^ t.tv_usec ^ getpid(); in magic_init()
/external/oprofile/libutil/
Dop_lockfile.c65 fprintf(fp, "%d", getpid()); in op_write_lock_file()
/external/e2fsprogs/include/nonunix/
Dunistd.h27 #define getpid _getpid macro
/external/ppp/pppd/plugins/radius/
Dutil.c80 (unsigned int) getpid (), in rc_mksid()

12345678910