[all-commits] [llvm/llvm-project] e42eeb: [NFC][libcxxabi] Rename GlobalLock to GlobalMutex

DanielMcIntosh via All-commits all-commits at lists.llvm.org
Wed Jan 12 14:29:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e42eeb88d7b2041d91f8e5ecaac313a4e3e13cbc
      https://github.com/llvm/llvm-project/commit/e42eeb88d7b2041d91f8e5ecaac313a4e3e13cbc
  Author: Daniel McIntosh <Daniel.McIntosh at ibm.com>
  Date:   2022-01-12 (Wed, 12 Jan 2022)

  Changed paths:
    M libcxxabi/src/cxa_guard_impl.h
    M libcxxabi/test/guard_test_basic.pass.cpp
    M libcxxabi/test/guard_threaded_test.pass.cpp

  Log Message:
  -----------
  [NFC][libcxxabi] Rename GlobalLock to GlobalMutex

This will make the naming more consistent with what it's called in the
rest of the file.

This is the 1st of 5 changes to overhaul cxa_guard.
See D108343 for what the final result will be.

Reviewed By: ldionne, #libc_abi

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




More information about the All-commits mailing list