Searched refs:dispatch_group_notify (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/tsan/Darwin/ |
D | gcd-groups-norace.mm | 39 dispatch_group_notify(g, q, ^{
|
D | gcd-groups-stress.mm | 21 dispatch_group_notify(g, q, ^{
|
D | gcd-groups-leave.mm | 34 dispatch_group_notify(g, q, ^{
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_libdispatch_mac.cc | 325 TSAN_INTERCEPTOR(void, dispatch_group_notify, dispatch_group_t group, in TSAN_INTERCEPTOR() argument 327 SCOPED_TSAN_INTERCEPTOR(dispatch_group_notify, group, q, block); in TSAN_INTERCEPTOR() 353 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); }); in TSAN_INTERCEPTOR()
|