Home
last modified time | relevance | path

Searched defs:new_lwp (Results 1 – 6 of 6) sorted by path

/netbsd/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1647 #define __sanitizer_syscall_pre__lwp_create(ucp, flags, new_lwp) \ argument
1650 #define __sanitizer_syscall_post__lwp_create(res, ucp, flags, new_lwp) \ argument
/netbsd/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1647 #define __sanitizer_syscall_pre__lwp_create(ucp, flags, new_lwp) \ argument
1650 #define __sanitizer_syscall_post__lwp_create(res, ucp, flags, new_lwp) \ argument
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.cc458 struct lwp_info *new_lwp; in handle_extended_wait() local
968 struct lwp_info *new_lwp; in create_inferior() local
1016 struct lwp_info *new_lwp; in attach_lwp() local
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.cc458 struct lwp_info *new_lwp; in handle_extended_wait() local
968 struct lwp_info *new_lwp; in create_inferior() local
1016 struct lwp_info *new_lwp; in attach_lwp() local
/netbsd/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1621 #define __sanitizer_syscall_pre__lwp_create(ucp, flags, new_lwp) \ argument
1624 #define __sanitizer_syscall_post__lwp_create(res, ucp, flags, new_lwp) \ argument
/netbsd/sys/kern/
H A Dkern_lwp.c1018 lwp_startup(struct lwp *prev, struct lwp *new_lwp) in lwp_startup()