Files
llgo/runtime/internal/clite/pthread/sync/sync_darwin_arm64.go

12 lines
221 B
Go
Raw Normal View History

2025-04-08 16:50:47 +08:00
package sync
const (
PthreadOnceSize = 16
PthreadMutexSize = 64
PthreadMutexAttrSize = 16
PthreadCondSize = 48
PthreadCondAttrSize = 16
PthreadRWLockSize = 200
PthreadRWLockAttrSize = 24
)