We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7369ffd + 5583f94 commit a880885Copy full SHA for a880885
runtime/internal/clite/pthread/sync/sync_darwin_amd64.go
@@ -2,7 +2,7 @@ package sync
2
3
const (
4
PthreadOnceSize = 16
5
- PthreadMutexSize = 56
+ PthreadMutexSize = 64
6
PthreadMutexAttrSize = 8
7
PthreadCondSize = 40
8
PthreadCondAttrSize = 8
0 commit comments