开发者

Concurrent primitives test cases

开发者 https://www.devze.com 2023-03-19 13:02 出处:网络
Does anybody have or know wh开发者_如何学Goere to get test cases for concurrent primitives: atomics

Does anybody have or know wh开发者_如何学Goere to get test cases for concurrent primitives:

  • atomics
  • spinlocks
  • RW locks

or maybe smbd knows concepts how to implements such test cases? Thanks


I believe the atomic_ops distribution includes regression tests. You could probably adapt them to your environment.

0

精彩评论

暂无评论...
验证码 换一张
取 消