| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_libdispatch_mac.cc | 639 __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); // Release() in dispatch_io_close [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_interceptors_libdispatch.cpp | 682 __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); // Release() in dispatch_io_close [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_interceptors_libdispatch.cpp | 682 __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); // Release() in dispatch_io_close [all...] |
| /src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
| transport.c | 140 static void update_entry(const char *new_channel, const char *new_nexthop, 150 if (*new_channel == 0) { /* :[nexthop] */ 160 vstring_strcpy(channel, new_channel);
|