Searched refs:new_channel (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc639 __block dispatch_io_t new_channel = nullptr; local
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
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
695 Acquire(thr, pc, (uptr)new_channel); // Releas
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc637 __block dispatch_io_t new_channel = nullptr; local
643 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close.
652 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h);
654 return new_channel;
662 __block dispatch_io_t new_channel = nullptr; local
668 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close.
677 new_channel =
680 return new_channel;
687 __block dispatch_io_t new_channel = nullptr; local
693 Acquire(thr, pc, (uptr)new_channel); // Releas
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/trivial-rewrite/
H A Dtransport.c140 static void update_entry(const char *new_channel, const char *new_nexthop, argument
150 if (*new_channel == 0) { /* :[nexthop] */
160 vstring_strcpy(channel, new_channel);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp682 __block dispatch_io_t new_channel = nullptr; local
688 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close.
697 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h);
699 return new_channel;
707 __block dispatch_io_t new_channel = nullptr; local
713 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close.
722 new_channel =
725 return new_channel;
732 __block dispatch_io_t new_channel = nullptr; local
738 Acquire(thr, pc, (uptr)new_channel); // Releas
[all...]

Completed in 214 milliseconds