Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for thr_set_name (0.21 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	XATTR_CREATE                    = 0x1
    	XATTR_REPLACE                   = 0x2
    	P_PID                           = 0
    	P_PGID                          = 1
    	P_ALL                           = 2
    	PR_SET_NAME                     = 15
    	PR_GET_NAME                     = 16
    	PR_SET_NO_NEW_PRIVS             = 38
    	PR_GET_NO_NEW_PRIVS             = 39
    	PR_SET_DUMPABLE                 = 4
    	PR_GET_DUMPABLE                 = 3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	PR_SET_MM_START_BRK                         = 0x6
    	PR_SET_MM_START_CODE                        = 0x1
    	PR_SET_MM_START_DATA                        = 0x3
    	PR_SET_MM_START_STACK                       = 0x5
    	PR_SET_NAME                                 = 0xf
    	PR_SET_NO_NEW_PRIVS                         = 0x26
    	PR_SET_PDEATHSIG                            = 0x1
    	PR_SET_PTRACER                              = 0x59616d61
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"PR_SET_DUMPABLE", Const, 0},
    		{"PR_SET_ENDIAN", Const, 0},
    		{"PR_SET_FPEMU", Const, 0},
    		{"PR_SET_FPEXC", Const, 0},
    		{"PR_SET_KEEPCAPS", Const, 0},
    		{"PR_SET_NAME", Const, 0},
    		{"PR_SET_PDEATHSIG", Const, 0},
    		{"PR_SET_PTRACER", Const, 0},
    		{"PR_SET_SECCOMP", Const, 0},
    		{"PR_SET_SECCOMP_FILTER", Const, 0},
    		{"PR_SET_SECUREBITS", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top