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

12 lines
216 B
Go
Raw Normal View History

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