Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/Darwin/
Dgcd-groups-stress.mm33 dispatch_group_notify_f(g, q, NULL, &notify_callback);
Dgcd-groups-leave.mm48 dispatch_group_notify_f(g, q, NULL, &callback);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc348 REAL(dispatch_group_notify_f)(group, q, new_context, dispatch_callback_wrap); in TSAN_INTERCEPTOR() local
351 TSAN_INTERCEPTOR(void, dispatch_group_notify_f, dispatch_group_t group, in TSAN_INTERCEPTOR() argument