diff options
Diffstat (limited to 'contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.h')
-rw-r--r-- | contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.h b/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.h index d715ef707f41..83b9e29e1b71 100644 --- a/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.h +++ b/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_chained_origin_depot.h @@ -21,6 +21,9 @@ namespace __dfsan { ChainedOriginDepot* GetChainedOriginDepot(); +void ChainedOriginDepotLockBeforeFork(); +void ChainedOriginDepotUnlockAfterFork(bool fork_child); + } // namespace __dfsan #endif // DFSAN_CHAINED_ORIGIN_DEPOT_H |