Searched refs:cleanup_handler_t (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 542 typedef void (^cleanup_handler_t)(int error); typedef 635 dispatch_fd_t fd, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR() 640 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR() 659 mode_t mode, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR() 665 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR() 685 cleanup_handler_t h) { in TSAN_INTERCEPTOR() 690 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 544 typedef void (^cleanup_handler_t)(int error); typedef 637 dispatch_fd_t fd, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR() 642 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR() 661 mode_t mode, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR() 667 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR() 687 cleanup_handler_t h) { in TSAN_INTERCEPTOR() 692 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 587 typedef void (^cleanup_handler_t)(int error); typedef 680 dispatch_fd_t fd, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR() 685 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR() 704 mode_t mode, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR() 710 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR() 730 cleanup_handler_t h) { in TSAN_INTERCEPTOR() 735 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()
|