[libcxx-commits] [PATCH] D116944: [libc++] Split a few utilities out of __threading_support

Mikhail Maltsev via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 19 02:30:35 PST 2022


miyuki added a comment.

@ldionne, the reason for using `__libcpp_timespec_t` is the `_LIBCPP_HAS_THREAD_API_EXTERNAL` configuration. In that case `__libcpp_timespec_t` is defined in the `__external_threading` header.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116944/new/

https://reviews.llvm.org/D116944



More information about the libcxx-commits mailing list