HomeSort by: relevance | last modified time | path
    Searched defs:new_channel (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
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...]

Completed in 12 milliseconds