Searched refs:sys_getpid (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsignal.h19 return sys_kill(sys_getpid(), signal);
H A Dstdlib.h36 sys_kill(sys_getpid(), SIGABRT);
H A Dsys.h432 pid_t sys_getpid(void) function
440 return sys_getpid();
/linux-master/tools/testing/selftests/proc/
H A Dself.c30 pid = sys_getpid();
H A Dproc.h12 static inline pid_t sys_getpid(void) function
H A Dthread-self.c33 pid = sys_getpid();
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c1307 return sys_getpid();
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h54 __SYSCALL(__NR_getpid, sys_getpid)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h462 __SYSCALL(__NR_getpid, sys_getpid)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h462 __SYSCALL(__NR_getpid, sys_getpid)
/linux-master/include/linux/
H A Dsyscalls.h704 asmlinkage long sys_getpid(void);

Completed in 199 milliseconds