in pthread_mutex_timedlock, avoid repeatedly reading mutex type field
compiler cannot cache immutable fields of the mutex object across external calls it can't see, much less across atomics.
Showing
想要评论请 注册 或 登录
compiler cannot cache immutable fields of the mutex object across external calls it can't see, much less across atomics.