| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libray/cpp/threading] Fix typo | sskvor | 2024-11-05 | 1 | -3/+3 |
| | | | | | commit_hash:f76f3edfa160fba90d0f8d594211fa35c6eb6077 | ||||
| * | fix tsan warnings in library/cpp/threading unit tests | kulikov | 2024-09-12 | 1 | -5/+5 |
| | | | | | | | | | | - blocking_counter: fix destroy order; - thread_local: Head_.load must use std::memory_order_acquire to match memory_order_release in compare_exchange and ensure all writes are visible; also fix always null node value in first compare_exchange call; - work_stealing: use atomics. commit_hash:53f01a16bb40dd3eb890b0eb60388ecb0ce9c908 | ||||
| * | fix ya.make | monster | 2022-07-07 | 1 | -0/+268 |
