Home
last modified time | relevance | path

Searched refs:xpc_connection_set_event_handler (Results 1 – 3 of 3) 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) {
45 xpc_connection_set_event_handler(client_conn, ^(xpc_object_t event) {
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) {
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mac.cc239 TSAN_INTERCEPTOR(void, xpc_connection_set_event_handler, in TSAN_INTERCEPTOR() argument
241 SCOPED_TSAN_INTERCEPTOR(xpc_connection_set_event_handler, connection, in TSAN_INTERCEPTOR()
246 SCOPED_INTERCEPTOR_RAW(xpc_connection_set_event_handler); in TSAN_INTERCEPTOR()
251 REAL(xpc_connection_set_event_handler)(connection, new_handler); in TSAN_INTERCEPTOR() local