Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for lfdx (0.05 sec)

  1. src/internal/poll/fd_windows_test.go

    	poll.InitWSA()
    }
    
    func findLoggedFD(h syscall.Handle) (lfd *loggedFD, found bool) {
    	logMu.Lock()
    	defer logMu.Unlock()
    
    	lfd, found = loggedFDs[h]
    	return lfd, found
    }
    
    // checkFileIsNotPartOfNetpoll verifies that f is not managed by netpoll.
    // It returns error, if check fails.
    func checkFileIsNotPartOfNetpoll(f *os.File) error {
    	lfd, found := findLoggedFD(syscall.Handle(f.Fd()))
    	if !found {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 14 08:33:36 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  2. src/runtime/cgo/gcc_aix_ppc64.S

    	ld	29, -168(1)
    	ld	30, -160(1)
    	ld	31, -152(1)
    	lfd	14, -144(1)
    	lfd	15, -136(1)
    	lfd	16, -128(1)
    	lfd	17, -120(1)
    	lfd	18, -112(1)
    	lfd	19, -104(1)
    	lfd	20, -96(1)
    	lfd	21, -88(1)
    	lfd	22, -80(1)
    	lfd	23, -72(1)
    	lfd	24, -64(1)
    	lfd	25, -56(1)
    	lfd	26, -48(1)
    	lfd	27, -40(1)
    	lfd	28, -32(1)
    	lfd	29, -24(1)
    	lfd	30, -16(1)
    	lfd	31, -8(1)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. tests/testdata/certs/dummy.crl

    MIIBrzCBmAIBATANBgkqhkiG9w0BAQsFADAYMRYwFAYDVQQDDA1jbHVzdGVyLmxv
    Y2FsFw0yMzA3MDUxODA3MzVaFw0zMzA3MDIxODA3MzVaMCcwJQIURRGeazmADQ30
    imTNVdo7eWHGYzcXDTIzMDcwNTE4MDczNVqgIzAhMB8GA1UdIwQYMBaAFPJgj82D
    0mj8lifyRv1p/Ov4gUqlMA0GCSqGSIb3DQEBCwUAA4IBAQAkZdoqv7E1kQ1/lqdx
    2qSnR6WQFNCrdiH5WCy09cEEVxvmPVByTUaZ8cL7V529iGBYDgBj1ZTw9cogWige
    Jgbgmap7uKRABtNpncjNFTwTgym40YR86XWVXt9vQpXghCkvdGRa90DIMMCZpiXN
    2y1VQBGG+K7Lea1l6tHN8BOhaxkByel869DL4Tc2m6F+PspIreeOyRyo17h61nE2
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 05 19:49:21 UTC 2023
    - 638 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/tasks/incrementalBuild-incrementalBuildAdvanced/groovy/buildSrc/src/main/java/org/example/GitClone.java

                spec.commandLine("git", "checkout", getCommitId().get());
                spec.setWorkingDir(destinationDir);
            });
            getExecOperations().exec(spec -> {
                spec.commandLine("git", "clean", "-fdx");
                spec.setWorkingDir(destinationDir);
            });
    // tag::git-clone[]
        }
    
    // end::git-clone[]
        private boolean isCorrectCheckout(File directory, String url) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/tasks/incrementalBuild-incrementalBuildAdvanced/kotlin/buildSrc/src/main/java/org/example/GitClone.java

                spec.commandLine("git", "checkout", getCommitId().get());
                spec.setWorkingDir(destinationDir);
            });
            getExecOperations().exec(spec -> {
                spec.commandLine("git", "clean", "-fdx");
                spec.setWorkingDir(destinationDir);
            });
    // tag::git-clone[]
        }
    
        // end::git-clone[]
        private boolean isCorrectCheckout(File directory, String url) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  6. internal/http/listener.go

    package http
    
    import (
    	"context"
    	"fmt"
    	"net"
    	"syscall"
    	"time"
    )
    
    type acceptResult struct {
    	conn net.Conn
    	err  error
    	lidx int
    }
    
    // httpListener - HTTP listener capable of handling multiple server addresses.
    type httpListener struct {
    	opts        TCPOptions
    	listeners   []net.Listener    // underlying TCP listeners.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  7. src/runtime/cgo/gcc_linux_ppc64x.S

    	li	%r0, 0
    
    	// Restore g pointer (r30 in Go ABI, which may have been clobbered by C)
    	mr	%r30, %r4
    
    	// Call fn
    	mr	%r12, %r3
    	mtctr	%r3
    	bctrl
    
    	FOR_EACH_GPR ld
    	FOR_EACH_FPR lfd
    	FOR_EACH_VR lvx
    
    	ld	%r2, 24(%r1)
    	addi	%r1, %r1, FRAME_SIZE
    	ld	%r0, 16(%r1)
    	mtlr	%r0
    	ld	%r0, 8(%r1)
    	mtcr	%r0
    	blr
    
    #ifdef __ELF__
    .section .note.GNU-stack,"",%progbits
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 04 18:03:04 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. .teamcity/src/main/kotlin/common/performance-test-extensions.kt

        steps {
            script {
                name = "CLEAN_UP_GIT_UNTRACKED_FILES_AND_DIRECTORIES"
                executionMode = BuildStep.ExecutionMode.RUN_ONLY_ON_FAILURE
                scriptContent = "git clean -fdx -e test-splits/ -e .gradle/workspace-id.txt -e \"*.psoutput\""
                skipConditionally()
                onlyRunOnGitHubMergeQueueBranch()
            }
        }
    }
    
    fun BuildSteps.removeSubstDirOnWindows(os: Os) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 3.8K bytes
    - Viewed (1)
Back to top