fix major breakage in pthread_once (it was always deadlocking)
the issue was a break statement that was breaking only from the switch, not the enclosing for loop, and a failure to set the final success state.
Showing
想要评论请 注册 或 登录
the issue was a break statement that was breaking only from the switch, not the enclosing for loop, and a failure to set the final success state.