Home
last modified time | relevance | path

Searched refs:xpc_connection_set_event_handler (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp293 TSAN_INTERCEPTOR(void, xpc_connection_set_event_handler, in TSAN_INTERCEPTOR() argument
295 SCOPED_TSAN_INTERCEPTOR(xpc_connection_set_event_handler, connection, in TSAN_INTERCEPTOR()
300 SCOPED_INTERCEPTOR_RAW(xpc_connection_set_event_handler); in TSAN_INTERCEPTOR()
305 REAL(xpc_connection_set_event_handler)(connection, new_handler); in TSAN_INTERCEPTOR() local
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_api_macos.c189 xpc_connection_set_event_handler(conn, ^(xpc_object_t o){ ; }); in get_primary_name()