Searched refs:xpc_connection_set_event_handler (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | xpc.mm | 22 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) {
|
D | xpc-race.mm | 30 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) {
|
D | xpc-cancel.mm | 17 xpc_connection_set_event_handler(server_conn, ^(xpc_object_t client) {
|
/external/compiler-rt/test/tsan/Darwin/ |
D | xpc.mm | 20 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) {
|
D | xpc-race.mm | 24 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/ |
D | tsan_interceptors_mac.cc | 239 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/ |
D | tsan_interceptors_mac.cpp | 291 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/ |
D | ClangdXPCTestClient.cpp | 65 xpc_connection_set_event_handler(conn, ^(xpc_object_t event) { in main()
|
/external/llvm-project/clang-tools-extra/clangd/xpc/ |
D | XPCTransport.cpp | 155 xpc_connection_set_event_handler(clientConnection, ^(xpc_object_t message) { in connection_handler()
|
/external/libcups/backend/ |
D | ipp.c | 3231 xpc_connection_set_event_handler(conn, in run_as_user()
|
/external/llvm-project/lldb/source/Host/macosx/objcxx/ |
D | Host.mm | 874 xpc_connection_set_event_handler(conn, ^(xpc_object_t event) {
|