tsan_libdispatch_mac.cc | 639 __block dispatch_io_t new_channel = nullptr; local in function:__tsan::TSAN_INTERCEPTOR 645 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. 654 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); 656 return new_channel; 664 __block dispatch_io_t new_channel = nullptr; local in function:__tsan::TSAN_INTERCEPTOR 670 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. 679 new_channel = 682 return new_channel; 689 __block dispatch_io_t new_channel = nullptr; local in function:__tsan::TSAN_INTERCEPTOR 695 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close [all...] |