2 Commits

Author SHA1 Message Date
Vitaly Buka
fab079275a [test][hwasan] Reserve vector in test 2023-08-16 22:40:14 -07:00
Evgenii Stepanov
a7757f6c22 [hwasan] Stress test for thread creation.
This test has two modes - testing reused threads with multiple loops of
batch create/join, and testing new threads with a single loop of
create/join per fork.

The non-reuse variant catches the problem that was fixed in D101881 with
a high probability.

Differential Revision: https://reviews.llvm.org/D101936
2021-05-11 13:10:53 -07:00