[libc++] Add a bunch of missing inline and _LIBCPP_HIDE_FROM_ABI in __threading_support
The inline keyword is required on those functions because they are defined in the headers, so we need them to be inline to avoid ODR violations. While we're at it, slap _LIBCPP_HIDE_FROM_ABI on them because they are implementation details and we don't want them to be part of our ABI under any circumstances. Differential Revision: https://reviews.llvm.org/D115906
Loading
Please sign in to comment