]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: remove pthread_kill/pthread_self for openbsd
authorJoel Sing <joel@sing.id.au>
Fri, 22 Jan 2021 08:32:43 +0000 (19:32 +1100)
committerJoel Sing <joel@sing.id.au>
Fri, 22 Jan 2021 18:23:05 +0000 (18:23 +0000)
commitb268b607743ebf570396750208e0032870653edd
tree74599ebfe63660b70ce6fe9f7e345de35b41f80a
parentec4051763d439e7108bc673dd0b1bf1cbbc5dfc5
runtime: remove pthread_kill/pthread_self for openbsd

We're now using getthrid() and thrkill() instead.

Updates #36435

Change-Id: I1c6bcfb9b46d149e0a2a10e936a244576489a88e
Reviewed-on: https://go-review.googlesource.com/c/go/+/285692
Trust: Joel Sing <joel@sing.id.au>
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/sys_openbsd.go
src/runtime/sys_openbsd_amd64.s
src/runtime/sys_openbsd_arm64.s