]> Cypherpunks repositories - gostls13.git/commit
runtime: switch openbsd/arm to pthreads
authorJoel Sing <joel@sing.id.au>
Sat, 30 Jan 2021 17:21:47 +0000 (04:21 +1100)
committerJoel Sing <joel@sing.id.au>
Sun, 9 May 2021 17:05:25 +0000 (17:05 +0000)
commit8ec8f6aa87569a6bc567d4a7039fc22a473b37ec
treea1fe1f8e3b60aa55f98b0eb4be5ff5bf0253f4a1
parent5203357ebacf9f41ca5e194d953c164049172e96
runtime: switch openbsd/arm to pthreads

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

Update #36435

Change-Id: Ia8749e3723a9967905c33b6d93dfd9be797a486c
Reviewed-on: https://go-review.googlesource.com/c/go/+/315790
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/asm_arm.s
src/runtime/defs_openbsd_arm.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_arm.s