Searched refs:xpc_object_t (Results 1 – 11 of 11) sorted by relevance
/external/compiler-rt/test/tsan/Darwin/ |
D | xpc.mm | 20 xpc_connection_set_event_handler(server_conn, ^(xpc_object_t client) { 27 xpc_connection_set_event_handler(client, ^(xpc_object_t object) { 30 xpc_object_t reply = xpc_dictionary_create_reply(object); 45 xpc_connection_set_event_handler(client_conn, ^(xpc_object_t event) { 49 xpc_object_t msg = xpc_dictionary_create(NULL, NULL, 0); 54 client_conn, msg, client_q, ^(xpc_object_t object) {
|
D | xpc-race.mm | 24 xpc_connection_set_event_handler(server_conn, ^(xpc_object_t client) { 30 xpc_connection_set_event_handler(client, ^(xpc_object_t object) { 55 xpc_connection_set_event_handler(client_conns[i], ^(xpc_object_t event) { 59 xpc_object_t msg = xpc_dictionary_create(NULL, NULL, 0);
|
/external/clang/test/ARCMT/ |
D | Common.h | 76 #define xpc_retain(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o retain]; }) 77 #define xpc_release(object) ({ xpc_object_t _o = (object); _xpc_object_validate(_o); [_o release]; … 80 typedef id xpc_object_t; typedef 83 void _xpc_object_validate(xpc_object_t object);
|
D | autoreleases.m.result | 15 xpc_object_t _xpc_prop; 19 @property (strong) xpc_object_t xpc_prop; 43 -(void) setXpc_prop:(xpc_object_t) newVal {
|
D | autoreleases.m | 15 xpc_object_t _xpc_prop; 19 @property (retain) xpc_object_t xpc_prop; 45 -(void) setXpc_prop:(xpc_object_t) newVal { argument
|
D | dispatch.m.result | 13 void func2(xpc_object_t o) {
|
D | dispatch.m | 15 void func2(xpc_object_t o) {
|
D | objcmt-arc-cf-annotations.m | 1734 typedef void * xpc_object_t; typedef 1735 xpc_object_t _CFXPCCreateXPCObjectFromCFObject(CFTypeRef cf); 1736 void xpc_release(xpc_object_t object); 1740 xpc_object_t xpc; 2042 typedef xpc_object_t xpc_connection_t;
|
D | objcmt-arc-cf-annotations.m.result | 1782 typedef void * xpc_object_t; 1783 xpc_object_t _CFXPCCreateXPCObjectFromCFObject(CFTypeRef cf); 1784 void xpc_release(xpc_object_t object); 1788 xpc_object_t xpc; 2090 typedef xpc_object_t xpc_connection_t;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_mac.cc | 244 xpc_handler_t new_handler = ^(xpc_object_t object) { in TSAN_INTERCEPTOR() 269 xpc_connection_t connection, xpc_object_t message, in TSAN_INTERCEPTOR() 274 xpc_handler_t new_handler = ^(xpc_object_t object) { in TSAN_INTERCEPTOR()
|
/external/clang/test/Analysis/ |
D | retain-release.m | 1729 typedef void * xpc_object_t; typedef 1730 xpc_object_t _CFXPCCreateXPCObjectFromCFObject(CFTypeRef cf); 1731 void xpc_release(xpc_object_t object); 1735 xpc_object_t xpc; 2118 typedef xpc_object_t xpc_connection_t;
|