Searched refs:replyq (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_mac.cc | 270 dispatch_queue_t replyq, xpc_handler_t handler) { in TSAN_INTERCEPTOR() argument 272 message, replyq, handler); in TSAN_INTERCEPTOR() 282 (connection, message, replyq, new_handler); in TSAN_INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_mac.cpp | 322 dispatch_queue_t replyq, xpc_handler_t handler) { in TSAN_INTERCEPTOR() argument 324 message, replyq, handler); in TSAN_INTERCEPTOR() 334 (connection, message, replyq, new_handler); in TSAN_INTERCEPTOR()
|