Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Getppid (0.49 sec)

  1. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_GETLOGIN = 49
    pkg syscall (darwin-386), const SYS_GETPEERNAME = 31
    pkg syscall (darwin-386), const SYS_GETPGID = 151
    pkg syscall (darwin-386), const SYS_GETPGRP = 81
    pkg syscall (darwin-386), const SYS_GETPID = 20
    pkg syscall (darwin-386), const SYS_GETPPID = 39
    pkg syscall (darwin-386), const SYS_GETPRIORITY = 100
    pkg syscall (darwin-386), const SYS_GETRLIMIT = 194
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_GETPGID = 207 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETPGID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETPGRP = 81 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETPGRP ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_GETPID = 20 #53466
    pkg syscall (freebsd-riscv64), const SYS_GETPID ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_GETPGID = 151
    pkg syscall (darwin-arm64), const SYS_GETPGID ideal-int
    pkg syscall (darwin-arm64), const SYS_GETPGRP = 81
    pkg syscall (darwin-arm64), const SYS_GETPGRP ideal-int
    pkg syscall (darwin-arm64), const SYS_GETPID = 20
    pkg syscall (darwin-arm64), const SYS_GETPID ideal-int
    pkg syscall (darwin-arm64), const SYS_GETPPID = 39
    pkg syscall (darwin-arm64), const SYS_GETPPID ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_GETPGID = 207
    pkg syscall (freebsd-arm64), const SYS_GETPGID ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETPGRP = 81
    pkg syscall (freebsd-arm64), const SYS_GETPGRP ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETPID = 20
    pkg syscall (freebsd-arm64), const SYS_GETPID ideal-int
    pkg syscall (freebsd-arm64), const SYS_GETPPID = 39
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java

                this.andx.setErrorCode(getErrorCode());
                this.andx.setFlags(getFlags());
                this.andx.setFlags2(getFlags2());
                this.andx.setTid(getTid());
                this.andx.setPid(getPid());
                this.andx.setUid(getUid());
                this.andx.setMid(getMid());
                this.andx.setUseUnicode(this.isUseUnicode());
    
                if ( this.andx instanceof AndXServerMessageBlock ) {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Nov 28 10:56:27 GMT 2022
    - 14.3K bytes
    - Viewed (0)
  6. tensorflow/c/c_test.c

        fprintf(stderr, "TF_GetLocalTempDirectories returned no results\n");
        return 1;
      }
    
      char file_name[100];
      time_t t = time(NULL);
      snprintf(file_name, sizeof(file_name), "test-%d-%ld.txt", getpid(), t);
    
      size_t length = 2 + strlen(path) + strlen(file_name);
      char* full_path = malloc(length);
      snprintf(full_path, length, "%s/%s", path, file_name);
    
      TF_WritableFileHandle* h;
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Apr 24 20:50:35 GMT 2024
    - 2.8K bytes
    - Viewed (0)
  7. misc/go_android_exec/main.go

    	// Binary names can conflict.
    	// E.g. template.test from the {html,text}/template packages.
    	binName := filepath.Base(os.Args[1])
    	deviceGotmp := fmt.Sprintf(deviceRoot+"/%s-%d", binName, os.Getpid())
    	deviceGopath := deviceGotmp + "/gopath"
    	defer adb("exec-out", "rm", "-rf", deviceGotmp) // Clean up.
    
    	// Determine the package by examining the current working
    	// directory, which will look something like
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 21 17:46:57 GMT 2023
    - 15.3K bytes
    - Viewed (0)
  8. src/cmd/cgo/internal/test/issue1435.go

    // }
    import "C"
    
    // compareStatus is used to confirm the contents of the thread
    // specific status files match expectations.
    func compareStatus(filter, expect string) error {
    	expected := filter + expect
    	pid := syscall.Getpid()
    	fs, err := os.ReadDir(fmt.Sprintf("/proc/%d/task", pid))
    	if err != nil {
    		return fmt.Errorf("unable to find %d tasks: %v", pid, err)
    	}
    	expectedProc := fmt.Sprintf("Pid:\t%d", pid)
    	foundAThread := false
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Jul 28 21:31:41 GMT 2023
    - 7.5K bytes
    - Viewed (0)
  9. src/main/java/jcifs/Configuration.java

    
        /**
         * @return local timezone
         */
        TimeZone getLocalTimezone ();
    
    
        /**
         * @return Process id to send, randomized if unset
         */
        int getPid ();
    
    
        /**
         * 
         * Property <tt>jcifs.smb.client.maxMpxCount</tt> (int, default 10)
         * 
         * @return maximum count of concurrent commands to announce
         */
        int getMaxMpxCount ();
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 18K bytes
    - Viewed (0)
  10. src/main/java/jcifs/config/BaseConfiguration.java

            return this.oemEncoding;
        }
    
    
        @Override
        public TimeZone getLocalTimezone () {
            return this.localTimeZone;
        }
    
    
        @Override
        public int getPid () {
            return this.localPid;
        }
    
    
        @Override
        public boolean isSigningEnabled () {
            return this.signingPreferred;
        }
    
    
        @Override
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:06:39 GMT 2023
    - 20.4K bytes
    - Viewed (1)
Back to top