[all-commits] [llvm/llvm-project] ea624e: sanitizer_common: add Mutex::TryLock

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Fri Apr 1 08:56:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea624e697bbe1d2924b69208102c64c4c01e1400
      https://github.com/llvm/llvm-project/commit/ea624e697bbe1d2924b69208102c64c4c01e1400
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2022-04-01 (Fri, 01 Apr 2022)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_mutex_test.cpp

  Log Message:
  -----------
  sanitizer_common: add Mutex::TryLock

Will be used in future changes.

Reviewed By: melver

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




More information about the All-commits mailing list