Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for sys___set_tcb (0.39 sec)

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

    	SYS_UNLINKAT       = 325 // { int sys_unlinkat(int fd, const char *path, int flag); }
    	SYS___SET_TCB      = 329 // { void sys___set_tcb(void *tcb); }
    	SYS___GET_TCB      = 330 // { void *sys___get_tcb(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 18K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go

    	SYS_UNLINKAT       = 325 // { int sys_unlinkat(int fd, const char *path, int flag); }
    	SYS___SET_TCB      = 329 // { void sys___set_tcb(void *tcb); }
    	SYS___GET_TCB      = 330 // { void *sys___get_tcb(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go

    	SYS_UNLINKAT       = 325 // { int sys_unlinkat(int fd, const char *path, int flag); }
    	SYS___SET_TCB      = 329 // { void sys___set_tcb(void *tcb); }
    	SYS___GET_TCB      = 330 // { void *sys___get_tcb(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	SYS_UNLINKAT       = 325 // { int sys_unlinkat(int fd, const char *path, int flag); }
    	SYS___SET_TCB      = 329 // { void sys___set_tcb(void *tcb); }
    	SYS___GET_TCB      = 330 // { void *sys___get_tcb(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS___SEMCTL", Const, 1},
    		{"SYS___SEMWAIT_SIGNAL", Const, 0},
    		{"SYS___SEMWAIT_SIGNAL_NOCANCEL", Const, 0},
    		{"SYS___SETLOGIN", Const, 1},
    		{"SYS___SETUGID", Const, 0},
    		{"SYS___SET_TCB", Const, 1},
    		{"SYS___SIGACTION_SIGTRAMP", Const, 1},
    		{"SYS___SIGTIMEDWAIT", Const, 1},
    		{"SYS___SIGWAIT", Const, 0},
    		{"SYS___SIGWAIT_NOCANCEL", Const, 0},
    		{"SYS___SYSCTL", 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)
  6. src/runtime/sys_openbsd_arm.s

    // should not be needed, however the linker still allows GOARM=5
    // on this platform.
    TEXT runtime·read_tls_fallback(SB),NOSPLIT|NOFRAME,$0
    	MOVM.WP	[R1, R2, R3, R12], (R13)
    	MOVW	$330, R12		// sys___get_tcb
    	INVOKE_SYSCALL
    	MOVM.IAW (R13), [R1, R2, R3, R12]
    	RET
    
    // These trampolines help convert from Go calling convention to C calling convention.
    // They should be called with asmcgocall - note that while asmcgocall does
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (openbsd-386), const SYS_WRITEV ideal-int
    pkg syscall (openbsd-386), const SYS___GETCWD ideal-int
    pkg syscall (openbsd-386), const SYS___GET_TCB ideal-int
    pkg syscall (openbsd-386), const SYS___SEMCTL ideal-int
    pkg syscall (openbsd-386), const SYS___SET_TCB ideal-int
    pkg syscall (openbsd-386), const SYS___SYSCTL ideal-int
    pkg syscall (openbsd-386), const SYS___TFORK ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (openbsd-386), const SYS_WRITEV = 121
    pkg syscall (openbsd-386), const SYS___GETCWD = 304
    pkg syscall (openbsd-386), const SYS___GET_TCB = 330
    pkg syscall (openbsd-386), const SYS___SEMCTL = 295
    pkg syscall (openbsd-386), const SYS___SET_TCB = 329
    pkg syscall (openbsd-386), const SYS___SYSCTL = 202
    pkg syscall (openbsd-386), const SYS___TFORK = 8
    pkg syscall (openbsd-386), const SYS___THREXIT = 302
    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