Searched refs:SYS_lwp_exit (Results 1 – 2 of 2) sorted by relevance
72 #define SYS_lwp_exit SYS_lwpexit macro592 #if defined (SYS_lwp_exit) in init_syscall_table()593 syscall_table[SYS_lwp_exit] = "lwp_exit"; in init_syscall_table()
3445 #ifdef SYS_lwp_exit in procfs_debug_inferior()3446 gdb_praddsysset (traced_syscall_entries, SYS_lwp_exit); in procfs_debug_inferior()3503 gdb_praddsysset (traced_syscall_exits, SYS_lwp_exit); in procfs_debug_inferior()3822 #ifdef SYS_lwp_exit in syscall_is_lwp_exit()3823 if (scall == SYS_lwp_exit) in syscall_is_lwp_exit()