]> Cypherpunks repositories - gostls13.git/commit
runtime: switch openbsd/386 to pthreads
authorJoel Sing <joel@sing.id.au>
Tue, 25 Aug 2020 17:23:42 +0000 (03:23 +1000)
committerJoel Sing <joel@sing.id.au>
Fri, 30 Apr 2021 18:34:10 +0000 (18:34 +0000)
commit4893eee9dc307a234bff1aa441acf849111e1beb
tree29331e4d823f6fe5abc981671aafd591cd9044a1
parentd9bfda81249f25959090b1493ac8e261dd4542f4
runtime: switch openbsd/386 to pthreads

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

Update #36435

Change-Id: I000a815fc0edd0272c3285954f3f007229bc60a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/250577
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/asm_386.s
src/runtime/defs_openbsd_386.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_386.s