forked from OSchip/llvm-project
[TSan][libdispatch] Add interceptors for dispatch_barrier_async_and_wait(), pt. 2
Also intercept these target functions on Linux.
This commit is contained in:
parent
c485343c83
commit
c1d25e9a82
|
@ -776,6 +776,8 @@ void InitializeLibdispatchInterceptors() {
|
|||
INTERCEPT_FUNCTION(dispatch_barrier_sync_f);
|
||||
INTERCEPT_FUNCTION(dispatch_async_and_wait);
|
||||
INTERCEPT_FUNCTION(dispatch_async_and_wait_f);
|
||||
INTERCEPT_FUNCTION(dispatch_barrier_async_and_wait);
|
||||
INTERCEPT_FUNCTION(dispatch_barrier_async_and_wait_f);
|
||||
INTERCEPT_FUNCTION(dispatch_after);
|
||||
INTERCEPT_FUNCTION(dispatch_after_f);
|
||||
INTERCEPT_FUNCTION(dispatch_once);
|
||||
|
|
Loading…
Reference in New Issue