Searched refs:lwp_to_pid (Results 1 – 8 of 8) sorted by relevance
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc_self.c | 33 rt_snprintf(buf, len, "%d", lwp_to_pid(lwp)); in proc_self_readlink()
|
| /components/lwp/ |
| A D | lwp_pid.h | 55 pid_t lwp_to_pid(struct rt_lwp* lwp);
|
| A D | lwp_pgrp.c | 109 group->pgid = lwp_to_pid(leader); in lwp_pgrp_create() 432 if (sid == lwp_to_pid(process)) in sys_setpgid()
|
| A D | lwp.c | 432 if (self_lwp == RT_NULL && lwp_to_pid(lwp) != 1) in lwp_execve() 486 return lwp_to_pid(lwp); in lwp_execve()
|
| A D | lwp_session.c | 308 pid = lwp_to_pid(process); in sys_setsid()
|
| A D | lwp_pid.c | 774 pid_t lwp_to_pid(struct rt_lwp* lwp) in lwp_to_pid() function 1334 … rt_kprintf("%4d %4d %-*.*s ", lwp_to_pid(lwp), thread->tid, maxlen, RT_NAME_MAX, lwp->cmd); in list_process()
|
| A D | lwp_syscall.c | 1534 LOG_E("%s: process %d has no parent process", __func__, lwp_to_pid(process)); in sys_getppid() 1539 return lwp_to_pid(process->parent); in sys_getppid() 3665 return lwp_to_pid(lwp); in _sys_fork()
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs.c | 1066 lsofp(lwp_to_pid(lwp)); in lsof()
|
Completed in 27 milliseconds