Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_mac.cc238 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
263 INTERCEPTOR(void, dispatch_group_async,
267 REAL(dispatch_group_async)(dg, dq, asan_block);
/aosp_15_r20/external/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-shared-ptr-stress.mm42 dispatch_group_async(g, q, ^{
48 dispatch_group_async(g, q, ^{
H A Dgcd-groups-norace.mm18 dispatch_group_async(g, q, ^{
H A Dgcd-groups-destructor.mm27 dispatch_group_async(g, q, ^{
/aosp_15_r20/external/protobuf/objectivec/Tests/
H A DGPBPerfTests.m99 dispatch_group_async(group, concurrentQueue, ^{
103 dispatch_group_async(group, concurrentQueue, ^{
152 dispatch_group_async(group, concurrentQueue, ^{
158 dispatch_group_async(group, concurrentQueue, ^{
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/
H A DGPBPerfTests.m99 dispatch_group_async(group, concurrentQueue, ^{
103 dispatch_group_async(group, concurrentQueue, ^{
152 dispatch_group_async(group, concurrentQueue, ^{
158 dispatch_group_async(group, concurrentQueue, ^{
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc298 TSAN_INTERCEPTOR(void, dispatch_group_async, dispatch_group_t group, in TSAN_INTERCEPTOR() argument
300 SCOPED_TSAN_INTERCEPTOR(dispatch_group_async, group, queue, block); in TSAN_INTERCEPTOR()
/aosp_15_r20/external/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm208 dispatch_group_async(group, queue, ^{