Home
last modified time | relevance | path

Searched refs:cloudabi_sys_thread_exit (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_thread.c39 cloudabi_sys_thread_exit(struct thread *td, in cloudabi_sys_thread_exit() function
/freebsd-13.1/sys/contrib/cloudabi/
H A Dcloudabi_vdso_i686.S410 ENTRY(cloudabi_sys_thread_exit)
413 END(cloudabi_sys_thread_exit)
H A Dcloudabi_vdso_armv6.S387 ENTRY(cloudabi_sys_thread_exit)
390 END(cloudabi_sys_thread_exit)
H A Dcloudabi_vdso_x86_64.S440 ENTRY(cloudabi_sys_thread_exit)
443 END(cloudabi_sys_thread_exit)
H A Dcloudabi_vdso_aarch64.S422 ENTRY(cloudabi_sys_thread_exit)
425 END(cloudabi_sys_thread_exit)
H A Dcloudabi_vdso_armv6_on_64bit.S717 ENTRY(cloudabi_sys_thread_exit)
725 END(cloudabi_sys_thread_exit)
H A Dcloudabi_vdso_i686_on_64bit.S1035 ENTRY(cloudabi_sys_thread_exit)
1047 END(cloudabi_sys_thread_exit)
/freebsd-13.1/sys/compat/cloudabi32/
H A Dcloudabi32_sysent.c64 …{ .sy_narg = AS(cloudabi_sys_thread_exit_args), .sy_call = (sy_call_t *)cloudabi_sys_thread_exit, …
H A Dcloudabi32_proto.h322 int cloudabi_sys_thread_exit(struct thread *, struct cloudabi_sys_thread_exit_args *);
/freebsd-13.1/sys/compat/cloudabi64/
H A Dcloudabi64_sysent.c64 …{ .sy_narg = AS(cloudabi_sys_thread_exit_args), .sy_call = (sy_call_t *)cloudabi_sys_thread_exit, …
H A Dcloudabi64_proto.h322 int cloudabi_sys_thread_exit(struct thread *, struct cloudabi_sys_thread_exit_args *);