simplify pthread_key_delete
calling this function on an uninitialized key value is UB, so there is no need to check that the table pointer was initialized.
Showing
想要评论请 注册 或 登录
calling this function on an uninitialized key value is UB, so there is no need to check that the table pointer was initialized.