runtime/internal/clite/pthread/sync/sync_darwin_amd64: PthreadMutexSize = 64

This commit is contained in:
visualfc
2025-04-27 12:40:32 +08:00
parent 7369ffd2aa
commit 5583f9418a

View File

@@ -2,7 +2,7 @@ package sync
const (
PthreadOnceSize = 16
PthreadMutexSize = 56
PthreadMutexSize = 64
PthreadMutexAttrSize = 8
PthreadCondSize = 40
PthreadCondAttrSize = 8