Searched refs:getpid (Results 176 - 200 of 383) sorted by path

1234567891011>>

/external/libunwind/src/hppa/
H A DGinit.c203 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/ia64/
H A DGinit.c379 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/mi/
H A DLmap.c70 local_map_list = map_create_list (getpid());
/external/libunwind/src/mips/
H A DGinit.c209 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/
H A Dos-common.c40 if (pid == getpid())
H A Dos-hpux.c52 if (pid != getpid ())
H A Dos-qnx.c84 if (pid != getpid())
/external/libunwind/src/ppc32/
H A DGinit.c225 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/ppc64/
H A DGinit.c234 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/sh/
H A DGinit.c195 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/x86/
H A DGinit.c257 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/x86_64/
H A DGinit.c276 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/tests/
H A DGtest-bt.c229 kill (getpid (), SIGTERM);
246 kill (getpid (), SIGTERM);
H A DGtest-exc.c111 getpid ();
H A DGtest-resume-sig.c99 kill (getpid (), SIGUSR2); /* pend SIGUSR2 */
177 kill (getpid (), SIGUSR1);
H A DGtest-trace.c243 kill (getpid (), SIGTERM);
260 kill (getpid (), SIGTERM);
H A Dcrasher.c61 mib[3] = getpid();
H A Dia64-test-dyn1.c195 kill (getpid (), SIGUSR1); /* do something ptmon can latch onto */
215 kill (getpid (), SIGUSR2); /* do something ptmon can latch onto */
H A Dmapper.c66 kill (getpid (), SIGUSR1); /* tell test-ptrace to start single-stepping */
68 kill (getpid (), SIGUSR2); /* tell test-ptrace to stop single-stepping */
H A Dtest-ptrace-misc.c116 self = getpid ();
H A Dtest-setjmp.c248 kill (getpid (), SIGTERM);
272 kill (getpid (), SIGTERM);
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dmem-memcpy.c86 cycle_fd = sys_perf_event_open(&cycle_attr, getpid(), -1, -1, 0);
H A Dmem-memset.c86 cycle_fd = sys_perf_event_open(&cycle_attr, getpid(), -1, -1, 0);
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c1213 kill(getpid(), signr);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dbp_signal.c90 fcntl(fd, F_SETOWN, getpid());

Completed in 313 milliseconds

1234567891011>>