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

12 lines
219 B
Go
Raw Normal View History

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