Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for defgh (0.16 sec)

  1. subprojects/core/src/test/groovy/org/gradle/util/internal/DisconnectableInputStreamTest.groovy

            def instr = new DisconnectableInputStream(source, toActionExecuter(executorFactory), 10)
    
            run {
                syncAt(1)
                assertReads(instr, 'abc')
                assertReads(instr, 'defghi')
                assertReads(instr, 'j')
            }
    
            instr.close()
        }
    
        @Test
        void readerThreadStopsReadingAfterClose() {
            def source = stream()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 07 08:18:46 UTC 2021
    - 8.5K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/types.go

    }
    
    // CgroupName is the abstract name of a cgroup prior to any driver specific conversion.
    // It is specified as a list of strings from its individual components, such as:
    // {"kubepods", "burstable", "pod1234-abcd-5678-efgh"}
    type CgroupName []string
    
    // CgroupConfig holds the cgroup configuration information.
    // This is common object which is used to specify
    // cgroup information to both systemd and raw cgroup fs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 24 18:21:21 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top