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

  /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/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...]

Completed in 68 milliseconds