HomeSort by: relevance | last modified time | path
    Searched refs:new_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 400 dispatch_block_t new_handler = Block_copy(^(void) { local in function:__tsan::TSAN_INTERCEPTOR
406 REAL(dispatch_source_set_event_handler)(source, new_handler);
407 Block_release(new_handler);
429 dispatch_block_t new_handler = Block_copy(^(void) { local in function:__tsan::TSAN_INTERCEPTOR
435 REAL(dispatch_source_set_cancel_handler)(source, new_handler);
436 Block_release(new_handler);
460 dispatch_block_t new_handler = Block_copy(^(void) { local in function:__tsan::TSAN_INTERCEPTOR
466 REAL(dispatch_source_set_registration_handler)(source, new_handler);
467 Block_release(new_handler);
tsan_interceptors_mac.cc 250 xpc_handler_t new_handler = ^(xpc_object_t object) {
257 REAL(xpc_connection_set_event_handler)(connection, new_handler);
280 xpc_handler_t new_handler = ^(xpc_object_t object) {
288 (connection, message, replyq, new_handler);

Completed in 692 milliseconds