Searched refs:linux_gettid (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 195 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_gettid, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_t…
|
H A D | linux_proto.h | 1388 int linux_gettid(struct thread *, struct linux_gettid_args *);
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 241 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_gettid, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_t…
|
H A D | linux_proto.h | 1898 int linux_gettid(struct thread *, struct linux_gettid_args *);
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 203 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_gettid, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_t…
|
H A D | linux_proto.h | 1579 int linux_gettid(struct thread *, struct linux_gettid_args *);
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 242 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_gettid, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_t…
|
H A D | linux32_proto.h | 1903 int linux_gettid(struct thread *, struct linux_gettid_args *);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 1458 linux_gettid(struct thread *td, struct linux_gettid_args *args) in linux_gettid() function
|