[all-commits] [llvm/llvm-project] bfb597: tsan: improve lots_of_threads test

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Wed Jul 28 08:36:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bfb597b24c311f8a03ad9530adef3b3c1e5ff853
      https://github.com/llvm/llvm-project/commit/bfb597b24c311f8a03ad9530adef3b3c1e5ff853
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-07-28 (Wed, 28 Jul 2021)

  Changed paths:
    M compiler-rt/test/tsan/lots_of_threads.c

  Log Message:
  -----------
  tsan: improve lots_of_threads test

The current 10 threads is not particularly "lots" and not stressful.
Create 10x300 threads and ensure they all are running at the same time.

Depends on D106953.

Reviewed By: melver

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




More information about the All-commits mailing list