HomeSort by: relevance | last modified time | path
    Searched refs:new_h (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 551 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
559 REAL(dispatch_read)(fd, length, q, new_h);
560 Block_release(new_h);
568 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
576 REAL(dispatch_write)(fd, data, q, new_h);
577 Block_release(new_h);
585 dispatch_io_handler_t new_h = local
594 REAL(dispatch_io_read)(channel, offset, length, q, new_h);
595 Block_release(new_h);
604 dispatch_io_handler_t new_h local
642 cleanup_handler_t new_h = Block_copy(^(int error) { local
667 cleanup_handler_t new_h = Block_copy(^(int error) { local
692 cleanup_handler_t new_h = Block_copy(^(int error) { local
    [all...]
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 594 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
602 REAL(dispatch_read)(fd, length, q, new_h);
603 Block_release(new_h);
611 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
619 REAL(dispatch_write)(fd, data, q, new_h);
620 Block_release(new_h);
628 dispatch_io_handler_t new_h = local
637 REAL(dispatch_io_read)(channel, offset, length, q, new_h);
638 Block_release(new_h);
647 dispatch_io_handler_t new_h local
685 cleanup_handler_t new_h = Block_copy(^(int error) { local
710 cleanup_handler_t new_h = Block_copy(^(int error) { local
735 cleanup_handler_t new_h = Block_copy(^(int error) { local
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 594 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
602 REAL(dispatch_read)(fd, length, q, new_h);
603 Block_release(new_h);
611 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
619 REAL(dispatch_write)(fd, data, q, new_h);
620 Block_release(new_h);
628 dispatch_io_handler_t new_h = local
637 REAL(dispatch_io_read)(channel, offset, length, q, new_h);
638 Block_release(new_h);
647 dispatch_io_handler_t new_h local
685 cleanup_handler_t new_h = Block_copy(^(int error) { local
710 cleanup_handler_t new_h = Block_copy(^(int error) { local
735 cleanup_handler_t new_h = Block_copy(^(int error) { local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/include/
heim_threads.h 164 HANDLE h, new_h; local
170 new_h = CreateSemaphore(NULL, 0, 1, NULL);
171 if (new_h == INVALID_HANDLE_VALUE)
173 if (InterlockedCompareExchangePointer(&m->h, new_h, h) != h) {
175 CloseHandle(new_h);
  /src/external/gpl3/binutils.old/dist/bfd/
elf-bfd.h 3215 struct bfd_link_hash_entry * new_h; \
3216 new_h = unwrap_hash_lookup (info, input_bfd, &h->root); \
3219 if (new_h != NULL) \
3220 h = (struct elf_link_hash_entry *) new_h; \
  /src/external/gpl3/gdb.old/dist/bfd/
elf-bfd.h 3191 struct bfd_link_hash_entry * new_h; \
3192 new_h = unwrap_hash_lookup (info, input_bfd, &h->root); \
3195 if (new_h != NULL) \
3196 h = (struct elf_link_hash_entry *) new_h; \
  /src/external/gpl3/gdb/dist/bfd/
elf-bfd.h 3216 struct bfd_link_hash_entry * new_h; \
3217 new_h = unwrap_hash_lookup (info, input_bfd, &h->root); \
3220 if (new_h != NULL) \
3221 h = (struct elf_link_hash_entry *) new_h; \
  /src/external/gpl3/binutils/dist/bfd/
elf-bfd.h 3388 struct bfd_link_hash_entry * new_h; \
3389 new_h = unwrap_hash_lookup (info, input_bfd, &h->root); \
3392 if (new_h != NULL) \
3393 h = (struct elf_link_hash_entry *) new_h; \

Completed in 31 milliseconds