Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/Darwin/
Dgcd-io-cleanup.mm19 channel = dispatch_io_create(DISPATCH_IO_STREAM, fd, queue, ^(int error) {
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc599 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() argument
601 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create, type, fd, q, h); in TSAN_INTERCEPTOR()
617 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); in TSAN_INTERCEPTOR()