Home
last modified time | relevance | path

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

/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h75 typedef struct _xpc_connection_s * xpc_connection_t; typedef
77 void xpc_connection_set_context(xpc_connection_t connection, void *context);
78 void xpc_connection_set_finalizer_f(xpc_connection_t connection, xpc_finalizer_t finalizer);
79 void xpc_connection_resume(xpc_connection_t connection);
/external/compiler-rt/test/tsan/Darwin/
Dxpc.mm16 xpc_connection_t server_conn = xpc_connection_create(NULL, server_q);
35 xpc_connection_t remote = xpc_dictionary_get_remote_connection(object);
44 xpc_connection_t client_conn = xpc_connection_create_from_endpoint(endpoint);
Dxpc-race.mm12 xpc_connection_t server_conn;
13 xpc_connection_t client_conns[2];
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mac.cc240 xpc_connection_t connection, xpc_handler_t handler) { in TSAN_INTERCEPTOR()
254 TSAN_INTERCEPTOR(void, xpc_connection_send_barrier, xpc_connection_t connection, in TSAN_INTERCEPTOR()
269 xpc_connection_t connection, xpc_object_t message, in TSAN_INTERCEPTOR()
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m2042 typedef xpc_object_t xpc_connection_t; typedef
2044 void xpc_connection_set_context(xpc_connection_t connection, void *ctx);
2045 void xpc_connection_set_finalizer_f(xpc_connection_t connection,
2051 void rdar13783514(xpc_connection_t connection) {
Dobjcmt-arc-cf-annotations.m.result2090 typedef xpc_object_t xpc_connection_t;
2092 void xpc_connection_set_context(xpc_connection_t connection, void *ctx);
2093 void xpc_connection_set_finalizer_f(xpc_connection_t connection,
2099 void rdar13783514(xpc_connection_t connection) {
/external/clang/test/Analysis/
Dmalloc.c1461 void foo (xpc_connection_t peer) { in foo()
Dretain-release.m2118 typedef xpc_object_t xpc_connection_t; typedef
2120 void xpc_connection_set_context(xpc_connection_t connection, void *ctx);
2121 void xpc_connection_set_finalizer_f(xpc_connection_t connection,
2127 void rdar13783514(xpc_connection_t connection) {