Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PR_SET_FPEXC (0.13 sec)

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

    	PR_SET_CHILD_SUBREAPER                      = 0x24
    	PR_SET_DUMPABLE                             = 0x4
    	PR_SET_ENDIAN                               = 0x14
    	PR_SET_FPEMU                                = 0xa
    	PR_SET_FPEXC                                = 0xc
    	PR_SET_FP_MODE                              = 0x2d
    	PR_SET_IO_FLUSHER                           = 0x39
    	PR_SET_KEEPCAPS                             = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"PR_SECCOMP_FILTER_EVENT", Const, 0},
    		{"PR_SECCOMP_FILTER_SYSCALL", Const, 0},
    		{"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},
    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