Files
llgo/runtime/internal/clite/pthread/sync/sync_linux_arm64.go
2025-04-11 16:28:44 +08:00

12 lines
216 B
Go

package sync
const (
PthreadOnceSize = 4
PthreadMutexSize = 48
PthreadMutexAttrSize = 8
PthreadCondSize = 48
PthreadCondAttrSize = 8
PthreadRWLockSize = 56
PthreadRWLockAttrSize = 8
)