Searched refs:new_channel (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_libdispatch_mac.cc | 637 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 643 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() 652 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); in TSAN_INTERCEPTOR() 654 return new_channel; in TSAN_INTERCEPTOR() 662 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 668 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() 677 new_channel = in TSAN_INTERCEPTOR() 680 return new_channel; in TSAN_INTERCEPTOR() 687 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 693 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_libdispatch_mac.cc | 639 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 645 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() 654 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); in TSAN_INTERCEPTOR() 656 return new_channel; in TSAN_INTERCEPTOR() 664 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 670 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() 679 new_channel = in TSAN_INTERCEPTOR() 682 return new_channel; in TSAN_INTERCEPTOR() 689 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 695 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_libdispatch.cpp | 682 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 688 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() 697 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); in TSAN_INTERCEPTOR() 699 return new_channel; in TSAN_INTERCEPTOR() 707 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 713 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() 722 new_channel = in TSAN_INTERCEPTOR() 725 return new_channel; in TSAN_INTERCEPTOR() 732 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() local 738 Acquire(thr, pc, (uptr)new_channel); // Release() in dispatch_io_close. in TSAN_INTERCEPTOR() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
H A D | transport.c | 140 static void update_entry(const char *new_channel, const char *new_nexthop, in update_entry() argument 150 if (*new_channel == 0) { /* :[nexthop] */ in update_entry() 160 vstring_strcpy(channel, new_channel); in update_entry()
|