]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: switch openbsd/arm64 to pthreads
authorJoel Sing <joel@sing.id.au>
Mon, 24 Aug 2020 15:29:02 +0000 (01:29 +1000)
committerJoel Sing <joel@sing.id.au>
Thu, 21 Jan 2021 18:54:12 +0000 (18:54 +0000)
commit3d40895e36e5f16654fa6b75f7fdf59edb18d2e0
tree98684203f0354f2dd30f7d170fb71d7a03583fd5
parentd95ca9138026cbe40e0857d76a81a16d03230871
runtime: switch openbsd/arm64 to pthreads

This switches openbsd/arm64 to thread creation via pthreads, rather than doing
direct system calls.

Update #36435

Change-Id: I7cf60fa954f92628e05f15d2732833a2fbdccdb9
Reviewed-on: https://go-review.googlesource.com/c/go/+/250182
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/runtime/defs_openbsd_arm64.go
src/runtime/os_openbsd_libc.go
src/runtime/os_openbsd_syscall.go
src/runtime/proc.go
src/runtime/sys_libc.go
src/runtime/sys_openbsd.go
src/runtime/sys_openbsd_arm64.s
src/runtime/tls_arm64.s