Searched refs:SYS_lwp_create (Results 1 – 2 of 2) sorted by relevance
68 #define SYS_lwp_create SYS_lwpcreate macro589 #ifdef SYS_lwp_create in init_syscall_table()590 syscall_table[SYS_lwp_create] = "lwp_create"; in init_syscall_table()
3021 #if defined (SYS_lwpcreate) || defined (SYS_lwp_create) /* FIXME: multiple */3064 #if defined (SYS_lwpcreate) || defined (SYS_lwp_create) /* FIXME: multiple */3483 #ifdef SYS_lwp_create /* FIXME: once only, please */ in procfs_debug_inferior()3484 gdb_praddsysset (traced_syscall_exits, SYS_lwp_create); in procfs_debug_inferior()3854 #ifdef SYS_lwp_create in syscall_is_lwp_create()3855 if (scall == SYS_lwp_create) in syscall_is_lwp_create()