atomic_wait icon indicating copy to clipboard operation
atomic_wait copied to clipboard

Sample implementation of C++20 atomic_wait/notify

Results 2 atomic_wait issues
Sort by recently updated
recently updated
newest added

I am curious why you only grab the lowest 8 bits of the pointer without any hashing in `__contention`. The vast majority of pointers passed in will be aligned on...

I had a look at clang and windows implementations of P1135R6,I couldn't find a technical issue for not having them. What is the reason for eliminating them?