Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tialaramex
10 months ago
|
parent
|
context
|
favorite
| on:
Bug in reader/writer locks in Windows API
> C++ std::mutex provided in Microsoft's STL uses SRWLocks underneath, same size as a pointer.
The SRWLocks are indeed the size of a pointer, the std::mutex is not for ABI reasons.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The SRWLocks are indeed the size of a pointer, the std::mutex is not for ABI reasons.