[all-commits] [llvm/llvm-project] 3481e5: [libcxx] Use mtx_plain | mtx_recursive following C...

Petr Hosek via All-commits all-commits at lists.llvm.org
Wed Jan 15 15:15:50 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3481e5d7ed08d068a4e3427cb1afcd8bf2acafdc
      https://github.com/llvm/llvm-project/commit/3481e5d7ed08d068a4e3427cb1afcd8bf2acafdc
  Author: Petr Hosek <phosek at google.com>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M libcxx/include/__threading_support

  Log Message:
  -----------
  [libcxx] Use mtx_plain | mtx_recursive following C11 API

The C11 API specifies that to initialize a recursive mutex,
mtx_plain | mtx_recursive should be used with mtx_init.

Differential Revision: https://reviews.llvm.org/D72809




More information about the All-commits mailing list