Home
last modified time | relevance | path

Searched refs:linux_gettid (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/arm64/linux/
H A Dlinux_sysent.c195 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_gettid, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_t…
H A Dlinux_proto.h1388 int linux_gettid(struct thread *, struct linux_gettid_args *);
/freebsd/sys/i386/linux/
H A Dlinux_sysent.c241 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_gettid, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_t…
H A Dlinux_proto.h1898 int linux_gettid(struct thread *, struct linux_gettid_args *);
/freebsd/sys/amd64/linux/
H A Dlinux_sysent.c203 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_gettid, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_t…
H A Dlinux_proto.h1579 int linux_gettid(struct thread *, struct linux_gettid_args *);
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysent.c242 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_gettid, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_t…
H A Dlinux32_proto.h1903 int linux_gettid(struct thread *, struct linux_gettid_args *);
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1458 linux_gettid(struct thread *td, struct linux_gettid_args *args) in linux_gettid() function