Searched refs:new_h (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 549 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR() local 557 REAL(dispatch_read)(fd, length, q, new_h); in TSAN_INTERCEPTOR() 558 Block_release(new_h); in TSAN_INTERCEPTOR() 566 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR() local 574 REAL(dispatch_write)(fd, data, q, new_h); in TSAN_INTERCEPTOR() 575 Block_release(new_h); in TSAN_INTERCEPTOR() 583 dispatch_io_handler_t new_h = in TSAN_INTERCEPTOR() local 592 REAL(dispatch_io_read)(channel, offset, length, q, new_h); in TSAN_INTERCEPTOR() 593 Block_release(new_h); in TSAN_INTERCEPTOR() 602 dispatch_io_handler_t new_h = in TSAN_INTERCEPTOR() local [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 551 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR() local 559 REAL(dispatch_read)(fd, length, q, new_h); in TSAN_INTERCEPTOR() 560 Block_release(new_h); in TSAN_INTERCEPTOR() 568 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR() local 576 REAL(dispatch_write)(fd, data, q, new_h); in TSAN_INTERCEPTOR() 577 Block_release(new_h); in TSAN_INTERCEPTOR() 585 dispatch_io_handler_t new_h = in TSAN_INTERCEPTOR() local 594 REAL(dispatch_io_read)(channel, offset, length, q, new_h); in TSAN_INTERCEPTOR() 595 Block_release(new_h); in TSAN_INTERCEPTOR() 604 dispatch_io_handler_t new_h = in TSAN_INTERCEPTOR() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 594 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR() local 602 REAL(dispatch_read)(fd, length, q, new_h); in TSAN_INTERCEPTOR() 603 Block_release(new_h); in TSAN_INTERCEPTOR() 611 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR() local 619 REAL(dispatch_write)(fd, data, q, new_h); in TSAN_INTERCEPTOR() 620 Block_release(new_h); in TSAN_INTERCEPTOR() 628 dispatch_io_handler_t new_h = in TSAN_INTERCEPTOR() local 637 REAL(dispatch_io_read)(channel, offset, length, q, new_h); in TSAN_INTERCEPTOR() 638 Block_release(new_h); in TSAN_INTERCEPTOR() 647 dispatch_io_handler_t new_h = in TSAN_INTERCEPTOR() local [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
H A D | heim_threads.h | 164 HANDLE h, new_h; in heim_mutex_lock() local 170 new_h = CreateSemaphore(NULL, 0, 1, NULL); in heim_mutex_lock() 171 if (new_h == INVALID_HANDLE_VALUE) in heim_mutex_lock() 173 if (InterlockedCompareExchangePointer(&m->h, new_h, h) != h) { in heim_mutex_lock() 175 CloseHandle(new_h); in heim_mutex_lock()
|