Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for thr_new (0.11 sec)

  1. src/runtime/os_freebsd.go

    		tls_size:   unsafe.Sizeof(mp.tls),
    	}
    
    	var oset sigset
    	sigprocmask(_SIG_SETMASK, &sigset_all, &oset)
    	ret := retryOnEAGAIN(func() int32 {
    		errno := thr_new(&param, int32(unsafe.Sizeof(param)))
    		// thr_new returns negative errno
    		return -errno
    	})
    	sigprocmask(_SIG_SETMASK, &oset, nil)
    	if ret != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 05 20:34:30 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, \
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, \
    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    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_386.go

    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, \
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, \
    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    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_arm.go

    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, \
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, \
    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    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/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    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/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    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_riscv64.go

    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    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/syscall/zsysnum_freebsd_riscv64.go

    	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
    	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
    	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
    	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
Back to top