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

12 lines
216 B
Go
Raw Normal View History

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