Home
last modified time | relevance | path

Searched refs:xpc_object_t (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/test/tsan/Darwin/
Dxpc.mm20 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) {
Dxpc-race.mm24 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/
DCommon.h76 #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);
Dautoreleases.m.result15 xpc_object_t _xpc_prop;
19 @property (strong) xpc_object_t xpc_prop;
43 -(void) setXpc_prop:(xpc_object_t) newVal {
Dautoreleases.m15 xpc_object_t _xpc_prop;
19 @property (retain) xpc_object_t xpc_prop;
45 -(void) setXpc_prop:(xpc_object_t) newVal { argument
Ddispatch.m.result13 void func2(xpc_object_t o) {
Ddispatch.m15 void func2(xpc_object_t o) {
Dobjcmt-arc-cf-annotations.m1734 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;
Dobjcmt-arc-cf-annotations.m.result1782 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/libchrome/sandbox/mac/
Dmessage_server.h20 xpc_object_t xpc;
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mac.cc244 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/
Dretain-release.m1729 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;