Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for recordLine (0.32 sec)

  1. src/runtime/netpoll.go

    	// before calling netpollunblock, because publishInfo is what
    	// stops netpollblock from blocking anew
    	// (by changing the result of netpollcheckerr).
    	// atomicInfo also holds the eventErr bit,
    	// recording whether a poll event on the fd got an error;
    	// atomicInfo is the only source of truth for that bit.
    	atomicInfo atomic.Uint32 // atomic pollInfo
    
    	// rg, wg are accessed atomically and hold g pointers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  2. src/cmd/go/internal/cache/cache.go

    		}
    		entry := filepath.Join(subdir, name)
    		info, err := os.Stat(entry)
    		if err == nil && info.ModTime().Before(cutoff) {
    			os.Remove(entry)
    		}
    	}
    }
    
    // putIndexEntry adds an entry to the cache recording that executing the action
    // with the given id produces an output with the given output id (hash) and size.
    func (c *DiskCache) putIndexEntry(id ActionID, out OutputID, size int64, allowVerify bool) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 14:19:39 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/types2/check.go

    		typ = (*Tuple)(nil)
    	case constant_:
    		typ = x.typ
    		val = x.val
    	default:
    		typ = x.typ
    	}
    	assert(x.expr != nil && typ != nil)
    
    	if isUntyped(typ) {
    		// delay type and value recording until we know the type
    		// or until the end of type checking
    		check.rememberUntyped(x.expr, false, x.mode, typ.(*Basic), val)
    	} else {
    		check.recordTypeAndValue(x.expr, x.mode, typ, val)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/named.go

    	// Ensure that typ is always sanity-checked.
    	if check != nil {
    		check.needsCleanup(typ)
    	}
    	return typ
    }
    
    // newNamedInstance creates a new named instance for the given origin and type
    // arguments, recording pos as the position of its synthetic object (for error
    // reporting).
    //
    // If set, expanding is the named type instance currently being expanded, that
    // led to the creation of this instance.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 20:03:31 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  5. src/go/types/named.go

    	// Ensure that typ is always sanity-checked.
    	if check != nil {
    		check.needsCleanup(typ)
    	}
    	return typ
    }
    
    // newNamedInstance creates a new named instance for the given origin and type
    // arguments, recording pos as the position of its synthetic object (for error
    // reporting).
    //
    // If set, expanding is the named type instance currently being expanded, that
    // led to the creation of this instance.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 20:03:31 UTC 2024
    - 24K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/buildid.go

    	// want the binary for is to run the test, and the test result is cached,
    	// then to avoid the link step, report the link as up-to-date.
    	// We avoid the nested build ID problem in the previous special case
    	// by recording the test results in the cache under the action ID half.
    	if len(a.triggers) == 1 && a.triggers[0].TryCache != nil && a.triggers[0].TryCache(b, a.triggers[0]) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/debug_test.go

    var optimizedLibs = (!strings.Contains(gogcflags, "-N") && !strings.Contains(gogcflags, "-l"))
    
    // TestNexting go-builds a file, then uses a debugger (default delve, optionally gdb)
    // to next through the generated executable, recording each line landed at, and
    // then compares those lines with reference file(s).
    // Flag -u updates the reference file(s).
    // Flag -g changes the debugger to gdb (and uses gdb-specific reference files)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:11:47 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  8. src/go/internal/gccgoimporter/parser.go

    	obj := scope.Lookup(name)
    	if obj != nil && obj.Type() == nil {
    		p.errorf("%v has nil type", obj)
    	}
    
    	if p.tok == scanner.Ident && p.lit == "notinheap" {
    		p.next()
    		// The go/types package has no way of recording that
    		// this type is marked notinheap. Presumably no user
    		// of this package actually cares.
    	}
    
    	// type alias
    	if p.tok == '=' {
    		p.next()
    		p.aliases[nlist[len(nlist)-1].(int)] = name
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 23:14:07 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/util/concurrent/Monitor.java

              }
              p.next = null; // help GC
              break;
            }
          }
        }
      }
    
      /*
       * Methods that loop waiting on a guard's condition until the guard is satisfied, while recording
       * this fact so that other threads know to check our guard and signal us. It's caller's
       * responsibility to ensure that the guard is *not* currently satisfied.
       */
    
      @GuardedBy("lock")
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Dec 04 18:22:01 UTC 2023
    - 38.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    			transformer.(*envelopeTransformer).cache.set([]byte("some-other-unrelated-key"), &envelopeTransformer{})
    
    			envelopeService.SetDisabledStatus(tc.simulateKMSPluginFailure)
    
    			// start recording only for the decrypt call
    			ctx, span := otelTracer.Start(ctx, "parent")
    			defer span.End()
    
    			_, _, _ = transformer.TransformFromStorage(ctx, transformedData, dataCtx)
    
    			output := fakeRecorder.Ended()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
Back to top