HomeFreeBSD

cloudabi and linux ABIs: do not call umtx_thread_cleanup() from thr_exit syscall

Description

cloudabi and linux ABIs: do not call umtx_thread_cleanup() from thr_exit syscall

These ABIs do not use umtx at all, so there is nothing to clean.
Cloudabi references to umtx keys do not require any cleanups anyway.

Requested by: dchagin
Reviewed by: dchagin, markj
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Differential revision: https://reviews.freebsd.org/D30987

Details

Provenance
kibAuthored on Jul 1 2021, 10:30 PM
Reviewer
dchagin
Differential Revision
D30987: Only handle robust mutexes and sigfastblock on exec and exit for native FreeBSD ABIs
Parents
rG28a66fc3da34: Do not call FreeBSD-ABI specific code for all ABIs
Branches
Unknown
Tags
Unknown