/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/ |
A D | td_thr_getfpregs.c | 33 pid_t pid = ps_getpid (th->th_ta_p->ph); in td_thr_getfpregs() local 50 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_getfpregs() local
|
A D | td_thr_getgregs.c | 33 pid_t pid = ps_getpid (th->th_ta_p->ph); in td_thr_getgregs() local 50 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_getgregs() local
|
A D | td_thr_setgregs.c | 39 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_setgregs() local
|
A D | td_thr_setfpregs.c | 39 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_setfpregs() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/ |
A D | td_thr_getfpregs.c | 33 pid_t pid = ps_getpid (th->th_ta_p->ph); in td_thr_getfpregs() local 50 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_getfpregs() local
|
A D | td_thr_getgregs.c | 33 pid_t pid = ps_getpid (th->th_ta_p->ph); in td_thr_getgregs() local 50 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_getgregs() local
|
A D | td_thr_setfpregs.c | 39 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_setfpregs() local
|
A D | td_thr_setgregs.c | 39 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_setgregs() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | popen.c | 38 pid_t pid; member 52 pid_t pid; in popen() local 133 pid_t pid; in pclose() local
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/sysdeps/linux/common/ |
A D | getsid.c | 14 pid_t getsid(pid_t pid) in getsid()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | ptrace.c | 16 __kernel_pid_t, pid, void*, addr, void*, data) in _syscall4() argument 23 pid_t pid; in _syscall4() local
|
A D | vfork.c | 19 pid_t pid = INLINE_SYSCALL(clone, 4, SIGCHLD, in __vfork() local
|
A D | getpgid.c | 16 static __inline__ _syscall1(__kernel_pid_t, __syscall_getpgid, __kernel_pid_t, pid) in _syscall1() argument
|
A D | getsid.c | 16 static __inline__ _syscall1(__kernel_pid_t, __syscall_getsid, __kernel_pid_t, pid) in _syscall1() argument
|
A D | sched_getscheduler.c | 15 static __inline__ _syscall1(int, __syscall_sched_getscheduler, __kernel_pid_t, pid) in _syscall1() argument
|
A D | ssp.c | 60 pid_t pid; in ssp_handler() local 121 pid_t pid; in strong_alias() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/ |
A D | pt-raise.c | 34 pid_t pid = THREAD_GETMEM (THREAD_SELF, pid); in raise() local
|
A D | raise.c | 33 pid_t pid = THREAD_GETMEM (pd, pid); in raise() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libutil/ |
A D | forkpty.c | 31 int master, slave, pid; in libutil_hidden_proto() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/ |
A D | vfork.c | 18 pid_t pid; in main() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/ |
A D | clock_getcpuclockid.c | 31 clock_getcpuclockid (pid_t pid, clockid_t *clock_id) in clock_getcpuclockid()
|
A D | spawn.c | 113 __spawni(pid_t *pid, const char *file, in __spawni() 244 int posix_spawn (pid_t *pid, const char *path, in posix_spawn() 255 posix_spawnp(pid_t *pid, const char *file, in posix_spawnp()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | ptfork.c | 28 pid_t pid; in __pthread_fork() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-fork4.c | 33 pid_t pid = fork (); in do_test() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/h8300/ |
A D | ptrace.c | 7 ptrace(int request, int pid, int addr, int data) in ptrace()
|