[all-commits] [llvm/llvm-project] db757b: [libc++] Define _LIBCPP_NO_NATIVE_SEMAPHORES even ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Jun 3 15:19:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db757ba7c523f8a456f884316a44c0f1124bcb9a
      https://github.com/llvm/llvm-project/commit/db757ba7c523f8a456f884316a44c0f1124bcb9a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-06-03 (Thu, 03 Jun 2021)

  Changed paths:
    M libcxx/include/__threading_support

  Log Message:
  -----------
  [libc++] Define _LIBCPP_NO_NATIVE_SEMAPHORES even outside of pthread

<semaphore> needs to know about whether native semaphores are supported
or not, even if we're not using the pthread API.




More information about the All-commits mailing list