data MutexType : Typedata CancelType : TypeEq CancelTypeFinite CancelTypeOrd CancelTypeShow CancelTypedata CancelState : TypeEq CancelStateFinite CancelStateOrd CancelStateShow CancelStatemutexCode : MutexType -> Bits8cancelType : CancelType -> Bits8cancelState : CancelState -> Bits8pthread_t_size : Bits32mutex_t_size : Bits32cond_t_size : Bits32