Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for swapcontext (0.64 sec)

  1. src/runtime/testdata/testprogcgo/stackswitch.c

    	}
    	uctx_switch.uc_stack.ss_sp = stack1;
    	uctx_switch.uc_stack.ss_size = STACK_SIZE;
    	uctx_switch.uc_link = &uctx_save;
    	makecontext(&uctx_switch, stackSwitchCallback, 0);
    
    	if (swapcontext(&uctx_save, &uctx_switch) == -1) {
    		perror("swapcontext");
    		exit(1);
    	}
    
    	if (getcontext(&uctx_switch) == -1) {
    		perror("getcontext");
    		exit(1);
    	}
    	uctx_switch.uc_stack.ss_sp = stack2;
    	uctx_switch.uc_stack.ss_size = STACK_SIZE;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 26 15:17:33 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_freebsd_386.go

    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext( \
    	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, \
    	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
    	SYS___ACL_GET_LINK           = 425 // { int __acl_get_link(const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_freebsd_arm.go

    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext( \
    	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, \
    	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
    	SYS___ACL_GET_LINK           = 425 // { int __acl_get_link(const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext( \
    	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, \
    	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
    	SYS___ACL_GET_LINK           = 425 // { int __acl_get_link(const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext( const struct __ucontext *ucp); }
    	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, const struct __ucontext *ucp); }
    	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext(const struct __ucontext *ucp); }
    	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, const struct __ucontext *ucp); }
    	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_riscv64.go

    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext( const struct __ucontext *ucp); }
    	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, const struct __ucontext *ucp); }
    	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext(const struct __ucontext *ucp); }
    	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, const struct __ucontext *ucp); }
    	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext(const struct __ucontext *ucp); }
    	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, const struct __ucontext *ucp); }
    	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
    	SYS_SETCONTEXT               = 422 // { int setcontext(const struct __ucontext *ucp); }
    	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, const struct __ucontext *ucp); }
    	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
Back to top