tsan: intercept clone
gtest uses clone for death tests and it needs the same handling as fork to prevent deadlock (take runtime mutexes before and release them after). Reviewed By: melver Differential Revision: https://reviews.llvm.org/D113677
Loading
Please sign in to comment