Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for SYS_SEM_INIT (0.45 sec)

  1. src/syscall/zsysnum_darwin_arm64.go

    	SYS_SEM_UNLINK                     = 270
    	SYS_SEM_WAIT                       = 271
    	SYS_SEM_TRYWAIT                    = 272
    	SYS_SEM_POST                       = 273
    	SYS_SEM_GETVALUE                   = 274
    	SYS_SEM_INIT                       = 275
    	SYS_SEM_DESTROY                    = 276
    	SYS_OPEN_EXTENDED                  = 277
    	SYS_UMASK_EXTENDED                 = 278
    	SYS_STAT_EXTENDED                  = 279
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_darwin_amd64.go

    	SYS_SEM_UNLINK                     = 270
    	SYS_SEM_WAIT                       = 271
    	SYS_SEM_TRYWAIT                    = 272
    	SYS_SEM_POST                       = 273
    	SYS_SEM_GETVALUE                   = 274
    	SYS_SEM_INIT                       = 275
    	SYS_SEM_DESTROY                    = 276
    	SYS_OPEN_EXTENDED                  = 277
    	SYS_UMASK_EXTENDED                 = 278
    	SYS_STAT_EXTENDED                  = 279
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SEM_GETVALUE = 274
    pkg syscall (darwin-arm64), const SYS_SEM_GETVALUE ideal-int
    pkg syscall (darwin-arm64), const SYS_SEM_INIT = 275
    pkg syscall (darwin-arm64), const SYS_SEM_INIT ideal-int
    pkg syscall (darwin-arm64), const SYS_SEM_OPEN = 268
    pkg syscall (darwin-arm64), const SYS_SEM_OPEN ideal-int
    pkg syscall (darwin-arm64), const SYS_SEM_POST = 273
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_SEMOP", Const, 0},
    		{"SYS_SEMSYS", Const, 0},
    		{"SYS_SEMTIMEDOP", Const, 0},
    		{"SYS_SEM_CLOSE", Const, 0},
    		{"SYS_SEM_DESTROY", Const, 0},
    		{"SYS_SEM_GETVALUE", Const, 0},
    		{"SYS_SEM_INIT", Const, 0},
    		{"SYS_SEM_OPEN", Const, 0},
    		{"SYS_SEM_POST", Const, 0},
    		{"SYS_SEM_TRYWAIT", Const, 0},
    		{"SYS_SEM_UNLINK", Const, 0},
    		{"SYS_SEM_WAIT", 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)
  5. api/go1.txt

    pkg syscall (darwin-386), const SYS_SEM_CLOSE ideal-int
    pkg syscall (darwin-386), const SYS_SEM_DESTROY ideal-int
    pkg syscall (darwin-386), const SYS_SEM_GETVALUE ideal-int
    pkg syscall (darwin-386), const SYS_SEM_INIT ideal-int
    pkg syscall (darwin-386), const SYS_SEM_OPEN ideal-int
    pkg syscall (darwin-386), const SYS_SEM_POST ideal-int
    pkg syscall (darwin-386), const SYS_SEM_TRYWAIT ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_SEM_CLOSE = 269
    pkg syscall (darwin-386), const SYS_SEM_DESTROY = 276
    pkg syscall (darwin-386), const SYS_SEM_GETVALUE = 274
    pkg syscall (darwin-386), const SYS_SEM_INIT = 275
    pkg syscall (darwin-386), const SYS_SEM_OPEN = 268
    pkg syscall (darwin-386), const SYS_SEM_POST = 273
    pkg syscall (darwin-386), const SYS_SEM_TRYWAIT = 272
    pkg syscall (darwin-386), const SYS_SEM_UNLINK = 270
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top