Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for promiseifc (0.26 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/testing/promise/counting.go

    limitations under the License.
    */
    
    package promise
    
    import (
    	"sync"
    
    	"k8s.io/apimachinery/pkg/util/runtime"
    	"k8s.io/apiserver/pkg/util/flowcontrol/counter"
    	promiseifc "k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/promise"
    )
    
    // countingPromise implements the WriteOnce interface.
    // This implementation is based on a condition variable.
    // This implementation tracks active goroutines:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 10 14:37:53 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/tests/mlrt/tf_to_mlrt.mlir

      // CHECK: return
      return
    }
    
    // CHECK-LABEL: @main_stream_1
    // CHECK-SAME: ([[input1:%.*]]: !tf_mlrt.tensor, [[promise_c:%.*]]: !mlrt.promise, [[promise_d:%.*]]: !mlrt.promise)
    func.func @main_stream_1(%input1: tensor<i32>, %promise_c: !mlrt.promise, %promise_d: !mlrt.promise) {
      %const = "tf.Const"() {__op_key = 3 : i32, value = dense<1> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    		if p, padLength, err = http2readByte(p); err != nil {
    			countError("frame_pushpromise_pad_short")
    			return
    		}
    	}
    
    	p, pp.PromiseID, err = http2readUint32(p)
    	if err != nil {
    		countError("frame_pushpromise_promiseid_short")
    		return
    	}
    	pp.PromiseID = pp.PromiseID & (1<<31 - 1)
    
    	if int(padLength) > len(p) {
    		// like the DATA frame, error out if padding is longer than the body.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top