Home
last modified time | relevance | path

Searched refs:dispatch_io_create_with_io (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/tsan/Darwin/
Dgcd-io-cleanup.mm40 channel = dispatch_io_create_with_io(DISPATCH_IO_STREAM, other_channel, queue, ^(int error) {
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc648 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument
651 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_io, type, io, q, h); in TSAN_INTERCEPTOR()
667 new_channel = REAL(dispatch_io_create_with_io)(type, io, q, new_h); in TSAN_INTERCEPTOR()