Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for SYS_EPOLL_WAIT_OLD (0.19 sec)

  1. src/syscall/zsysnum_linux_amd64.go

    	SYS_IO_SUBMIT              = 209
    	SYS_IO_CANCEL              = 210
    	SYS_GET_THREAD_AREA        = 211
    	SYS_LOOKUP_DCOOKIE         = 212
    	SYS_EPOLL_CREATE           = 213
    	SYS_EPOLL_CTL_OLD          = 214
    	SYS_EPOLL_WAIT_OLD         = 215
    	SYS_REMAP_FILE_PAGES       = 216
    	SYS_GETDENTS64             = 217
    	SYS_SET_TID_ADDRESS        = 218
    	SYS_RESTART_SYSCALL        = 219
    	SYS_SEMTIMEDOP             = 220
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 10.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go

    	SYS_IO_SUBMIT               = 209
    	SYS_IO_CANCEL               = 210
    	SYS_GET_THREAD_AREA         = 211
    	SYS_LOOKUP_DCOOKIE          = 212
    	SYS_EPOLL_CREATE            = 213
    	SYS_EPOLL_CTL_OLD           = 214
    	SYS_EPOLL_WAIT_OLD          = 215
    	SYS_REMAP_FILE_PAGES        = 216
    	SYS_GETDENTS64              = 217
    	SYS_SET_TID_ADDRESS         = 218
    	SYS_RESTART_SYSCALL         = 219
    	SYS_SEMTIMEDOP              = 220
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_EPOLL_CREATE1", Const, 0},
    		{"SYS_EPOLL_CTL", Const, 0},
    		{"SYS_EPOLL_CTL_OLD", Const, 0},
    		{"SYS_EPOLL_PWAIT", Const, 0},
    		{"SYS_EPOLL_WAIT", Const, 0},
    		{"SYS_EPOLL_WAIT_OLD", Const, 0},
    		{"SYS_EVENTFD", Const, 0},
    		{"SYS_EVENTFD2", Const, 0},
    		{"SYS_EXCHANGEDATA", Const, 0},
    		{"SYS_EXECVE", Const, 0},
    		{"SYS_EXIT", Const, 0},
    		{"SYS_EXIT_GROUP", 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)
  4. api/go1.txt

    pkg syscall (linux-amd64), const SYS_EPOLL_CTL_OLD ideal-int
    pkg syscall (linux-amd64), const SYS_EPOLL_PWAIT ideal-int
    pkg syscall (linux-amd64), const SYS_EPOLL_WAIT ideal-int
    pkg syscall (linux-amd64), const SYS_EPOLL_WAIT_OLD ideal-int
    pkg syscall (linux-amd64), const SYS_EVENTFD ideal-int
    pkg syscall (linux-amd64), const SYS_EVENTFD2 ideal-int
    pkg syscall (linux-amd64), const SYS_EXECVE 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)
  5. api/go1.1.txt

    pkg syscall (linux-amd64), const SYS_EPOLL_CTL_OLD = 214
    pkg syscall (linux-amd64), const SYS_EPOLL_PWAIT = 281
    pkg syscall (linux-amd64), const SYS_EPOLL_WAIT = 232
    pkg syscall (linux-amd64), const SYS_EPOLL_WAIT_OLD = 215
    pkg syscall (linux-amd64), const SYS_EVENTFD = 284
    pkg syscall (linux-amd64), const SYS_EVENTFD2 = 290
    pkg syscall (linux-amd64), const SYS_EXECVE = 59
    pkg syscall (linux-amd64), const SYS_EXIT = 60
    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