| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc_self.c | 30 lwp = lwp_self(); in proc_self_readlink()
|
| A D | proc_pid.c | 340 lwp = lwp_self(); in proc_pid_exe_readlink() 354 lwp = lwp_self(); in proc_pid_cwd_readlink()
|
| /components/lwp/ |
| A D | lwp_user_mm.c | 393 lwp = lwp_self(); in lwp_brk() 694 lwp = lwp_self(); in lwp_get_from_user() 721 lwp = lwp_self(); in lwp_put_to_user() 747 … LOG_E("lwp_put_to_user(lwp=%p, dst=%p,src=%p,size=0x%lx) failed", lwp_self(), dst, src, size); in lwp_memcpy() 763 … LOG_E("lwp_get_from_user(lwp=%p, dst=%p,src=%p,size=0x%lx) failed", lwp_self(), dst, src, size); in lwp_memcpy() 839 return lwp_user_accessible_ext(lwp_self(), addr, size); in lwp_user_accessable() 1077 lwp = lwp_self(); in lwp_user_strlen()
|
| A D | lwp_dbg.c | 8 struct rt_lwp *lwp = lwp_self(); in dbg_thread_in_debug()
|
| A D | lwp_session.c | 307 process = lwp_self(); in sys_setsid() 362 self_process = lwp_self(); in sys_getsid()
|
| A D | lwp_shm.c | 288 lwp = lwp_self(); in _lwp_shmat() 389 lwp = lwp_self(); in _lwp_shmdt()
|
| A D | lwp_syscall.c | 356 struct rt_lwp *lwp = lwp_self(); in sys_exit_group() 1421 pgid = lwp_pgid_get_byprocess(lwp_self()); in sys_kill() 1531 process = lwp_self(); in sys_getppid() 2064 return lwp_munmap(lwp_self(), addr, length); in sys_munmap() 2347 if (lwp_user_object_add(lwp_self(), (rt_object_t)mb) != 0) in sys_mb_create() 2619 if (lwp_user_object_add(lwp_self(), (rt_object_t)mq) != 0) in sys_mq_create() 3590 self_lwp = lwp_self(); in _sys_fork() 3763 lwp = lwp_self(); in sys_execve() 6484 lwp = lwp_self(); in sys_sigaction() 10456 rc = lwp_teardown(lwp_self(), rt_hw_cpu_reset); in sys_reboot() [all …]
|
| A D | lwp_pgrp.c | 83 …not find(pgid:%d)() by (pid:%d, pgid:%d)", pgid, lwp_getpid(), lwp_pgid_get_byprocess(lwp_self())); in lwp_pgrp_find() 340 self_process = lwp_self(); in sys_setpgid()
|
| A D | lwp.c | 265 struct rt_lwp *lwp_self(void) in lwp_self() function 429 self_lwp = lwp_self(); in lwp_execve()
|
| A D | lwp.h | 207 struct rt_lwp *lwp_self(void);
|
| A D | lwp_pid.c | 770 lwp = pid ? lwp_from_pid_raw_locked(pid) : lwp_self(); in lwp_from_pid_locked() 836 rt_lwp_t lwp = lwp_self(); in lwp_getpid() 1135 self_lwp = lwp_self(); in lwp_waitpid()
|
| A D | lwp_futex.c | 711 lwp = lwp_self(); in sys_futex()
|
| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_arch.c | 89 lwp_map_user(lwp_self(), (void *)stack_addr, ARCH_PAGE_SIZE, 0); in arch_expand_user_stack() 172 LOG_D("%s(rc=%ld,sys_id=%ld,pid=%d)", __func__, rc, sys_id, lwp_self()->pid); in arch_signal_check_erestart()
|
| /components/lwp/terminal/ |
| A D | tty_ctty.c | 32 lwp = lwp_self(); in ctty_readlink()
|
| /components/libc/posix/io/signalfd/ |
| A D | signalfd.c | 233 if (sfd->lwp[i] == lwp_self()) in signalfd_add_notify() 242 sfd->lwp[is_head_init] = lwp_self(); in signalfd_add_notify()
|
| /components/lwp/arch/arm/cortex-a/ |
| A D | lwp_arch.c | 103 void *map = lwp_map_user(lwp_self(), (void *)stack_addr, ARCH_PAGE_SIZE, 0); in arch_expand_user_stack()
|
| /components/lwp/arch/x86/i386/ |
| A D | lwp_arch.c | 42 void *map = lwp_map_user(lwp_self(), (void *)stack_addr, PAGE_SIZE, RT_FALSE); in arch_expand_user_stack()
|
| /components/libc/compilers/common/ |
| A D | ctime.c | 992 struct rt_lwp *lwp = lwp_self(); in timer_create() 1005 timer->pid = lwp_self()->pid; in timer_create()
|
| /components/drivers/virtio/ |
| A D | virtio.c | 391 …mmap2->ret = lwp_map_user_phy(lwp_self(), RT_NULL, rt_kmem_v2p(_graphic_info.framebuffer), mmap2->… in fb_control()
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 217 mmap2->ret = lwp_map_user_phy(lwp_self(), RT_NULL, d_file->data, mmap2->length, 0); in dfs_tmpfs_ioctl()
|
| /components/mm/ |
| A D | mm_aspace.c | 1673 rt_lwp_t this_proc = lwp_self(); in _current_uspace()
|