Searched refs:os_getpid (Results 1 – 10 of 10) sorted by relevance
35 int pid = os_getpid(), ppid = getppid(); in ptrace_child()49 sc_result = os_getpid(); in ptrace_child()161 os_getpid()); in check_sysemu()
52 int os_getpid(void) in os_getpid() function
230 kill(os_getpid(), SIGIO); in send_sigio_to_self()
439 (fcntl(master, F_SETOWN, os_getpid()) < 0)) in async_pty()
426 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) { in os_set_fd_async()
16 EXPORT_SYMBOL(os_getpid);
64 sprintf(pid_buf, "%d", os_getpid()); in start_watchdog()
140 name.pid = os_getpid(); in daemon_user_init()
202 if (tcsetpgrp(pty_fd, os_getpid()) < 0) { in winch_thread()
205 extern int os_getpid(void);