Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dxpc.mm22 xpc_connection_set_event_handler(server_conn, ^(xpc_object_t client) {
29 xpc_connection_set_event_handler(client, ^(xpc_object_t object) {
47 xpc_connection_set_event_handler(client_conn, ^(xpc_object_t event) {
Dxpc-race.mm30 xpc_connection_set_event_handler(server_conn, ^(xpc_object_t client) {
36 xpc_connection_set_event_handler(client, ^(xpc_object_t object) {
74 xpc_connection_set_event_handler(client_conns[i], ^(xpc_object_t event) {
Dxpc-cancel.mm17 xpc_connection_set_event_handler(server_conn, ^(xpc_object_t client) {
/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
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_mac.cpp291 TSAN_INTERCEPTOR(void, xpc_connection_set_event_handler, in TSAN_INTERCEPTOR() argument
293 SCOPED_TSAN_INTERCEPTOR(xpc_connection_set_event_handler, connection, in TSAN_INTERCEPTOR()
298 SCOPED_INTERCEPTOR_RAW(xpc_connection_set_event_handler); in TSAN_INTERCEPTOR()
303 REAL(xpc_connection_set_event_handler)(connection, new_handler); in TSAN_INTERCEPTOR() local
/external/llvm-project/clang-tools-extra/clangd/xpc/test-client/
DClangdXPCTestClient.cpp65 xpc_connection_set_event_handler(conn, ^(xpc_object_t event) { in main()
/external/llvm-project/clang-tools-extra/clangd/xpc/
DXPCTransport.cpp155 xpc_connection_set_event_handler(clientConnection, ^(xpc_object_t message) { in connection_handler()
/external/libcups/backend/
Dipp.c3231 xpc_connection_set_event_handler(conn, in run_as_user()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm874 xpc_connection_set_event_handler(conn, ^(xpc_object_t event) {