Home
last modified time | relevance | path

Searched refs:dispatch_group_notify (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc361 TSAN_INTERCEPTOR(void, dispatch_group_notify, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
363 SCOPED_TSAN_INTERCEPTOR(dispatch_group_notify, group, q, block); in TSAN_INTERCEPTOR()
389 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); }); in TSAN_INTERCEPTOR()