Searched refs:dispatch_object_t (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/ARCMT/
H A DCommon.h74 #define dispatch_retain(object) ({ dispatch_object_t _o = (object); _dispatch_object_validate(_o); (void)[_o retain]; })
75 #define dispatch_release(object) ({ dispatch_object_t _o = (object); _dispatch_object_validate(_o); [_o release]; })
79 typedef id dispatch_object_t; typedef
82 void _dispatch_object_validate(dispatch_object_t object);
/external/clang/test/Analysis/
H A Dunix-fns.c35 } dispatch_object_t __attribute__((__transparent_union__)); typedef in typeref:union:__anon1845
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc37 dispatch_object_t object_to_release;

Completed in 96 milliseconds