HomeSort by relevance Sort by last modified time
    Searched full:dispatch_sync (Results 1 - 16 of 16) sorted by null

  /external/compiler-rt/test/tsan/Darwin/
gcd-serial-queue-norace.mm 21 dispatch_sync(q2, ^{
29 dispatch_sync(dispatch_get_main_queue(), ^{
gcd-async-norace.mm 15 dispatch_sync(dispatch_get_main_queue(), ^{
gcd-sync-race.mm 20 dispatch_sync(q1, ^{
26 dispatch_sync(q2, ^{
30 dispatch_sync(dispatch_get_main_queue(), ^{
gcd-sync-norace.mm 16 dispatch_sync(dispatch_get_main_queue(), ^{
gcd-async-race.mm 25 dispatch_sync(dispatch_get_main_queue(), ^{
gcd-groups-norace.mm 42 dispatch_sync(dispatch_get_main_queue(), ^{
objc-race.mm 38 dispatch_sync(dispatch_get_main_queue(), ^{
  /external/compiler-rt/test/asan/TestCases/Darwin/
objc-odr.mm 12 dispatch_sync(dispatch_get_main_queue(), ^{
  /external/compiler-rt/lib/asan/tests/
asan_mac_test_helpers.mm 105 // dispatch_sync() runs the task on a worker thread that does not go through
108 dispatch_sync(queue, block);
125 // Try to trigger abnormal behaviour of dispatch_sync() being unhandled by us.
135 dispatch_sync(queue[i % 4], block_alloc);
137 dispatch_sync(queue[3], block_crash);
  /external/compiler-rt/lib/asan/
asan_mac.cc 71 // dispatch_sync()
79 // dispatch_sync() and dispatch_sync_f() are synchronous, although chances are
  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 136 // We wrap dispatch_async, dispatch_sync and friends where we allocate a new
144 DISPATCH_INTERCEPT_B(dispatch_sync)
  /external/clang/lib/Analysis/
BodyFarm.cpp 246 /// Create a fake body for dispatch_sync.
261 // void dispatch_sync(dispatch_queue_t queue, void (^block)(void)) {
376 .Case("dispatch_sync", create_dispatch_sync)
  /external/clang/test/Analysis/inlining/
path-notes.m 7 void dispatch_sync(dispatch_queue_t, dispatch_block_t);
92 // expected-note@+2 {{Calling 'dispatch_sync'}}
93 // expected-note@+1 {{Returning from 'dispatch_sync'}}
94 dispatch_sync(globalQueue, ^{
113 // expected-note@+1 {{Calling 'dispatch_sync'}}
114 dispatch_sync(globalQueue, ^{
653 // CHECK-NEXT: <string>Calling &apos;dispatch_sync&apos;</string>
655 // CHECK-NEXT: <string>Calling &apos;dispatch_sync&apos;</string>
696 // CHECK-NEXT: <string>Entered call from &apos;dispatch_sync&apos;</string>
698 // CHECK-NEXT: <string>Entered call from &apos;dispatch_sync&apos;</string
    [all...]
  /external/google-breakpad/src/client/ios/
BreakpadController.mm 150 dispatch_sync(queue_, ^{
  /external/opencv3/modules/videoio/src/
cap_ios_video_camera.mm 535 dispatch_sync(dispatch_get_main_queue(), ^{
  /external/clang/test/Analysis/
unix-fns.c 40 void dispatch_sync(dispatch_queue_t queue, dispatch_block_t block);
187 // Test inlining of dispatch_sync.
190 dispatch_sync(queue, ^(void){
    [all...]

Completed in 146 milliseconds