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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 551 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local in function:__tsan::TSAN_INTERCEPTOR
559 REAL(dispatch_read)(fd, length, q, new_h);
560 Block_release(new_h);
568 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local in function:__tsan::TSAN_INTERCEPTOR
576 REAL(dispatch_write)(fd, data, q, new_h);
577 Block_release(new_h);
585 dispatch_io_handler_t new_h = local in function:__tsan::TSAN_INTERCEPTOR
594 REAL(dispatch_io_read)(channel, offset, length, q, new_h);
595 Block_release(new_h);
604 dispatch_io_handler_t new_h local in function:__tsan::TSAN_INTERCEPTOR
642 cleanup_handler_t new_h = Block_copy(^(int error) { local in function:__tsan::TSAN_INTERCEPTOR
667 cleanup_handler_t new_h = Block_copy(^(int error) { local in function:__tsan::TSAN_INTERCEPTOR
692 cleanup_handler_t new_h = Block_copy(^(int error) { local in function:__tsan::TSAN_INTERCEPTOR
    [all...]
tsan_libdispatch_mac.cc 551 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local in function:__tsan::TSAN_INTERCEPTOR
559 REAL(dispatch_read)(fd, length, q, new_h);
560 Block_release(new_h);
568 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local in function:__tsan::TSAN_INTERCEPTOR
576 REAL(dispatch_write)(fd, data, q, new_h);
577 Block_release(new_h);
585 dispatch_io_handler_t new_h = local in function:__tsan::TSAN_INTERCEPTOR
594 REAL(dispatch_io_read)(channel, offset, length, q, new_h);
595 Block_release(new_h);
604 dispatch_io_handler_t new_h local in function:__tsan::TSAN_INTERCEPTOR
642 cleanup_handler_t new_h = Block_copy(^(int error) { local in function:__tsan::TSAN_INTERCEPTOR
667 cleanup_handler_t new_h = Block_copy(^(int error) { local in function:__tsan::TSAN_INTERCEPTOR
692 cleanup_handler_t new_h = Block_copy(^(int error) { local in function:__tsan::TSAN_INTERCEPTOR
    [all...]

Completed in 98 milliseconds