aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/spinlock.h
Commit message (Collapse)AuthorAge
* Removing few more build errorsGravatar Yash Tibrewal2017-10-02
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix include guardsGravatar Craig Tiller2017-02-28
|
* Fix compileGravatar Craig Tiller2017-02-27
|
* Add a spinlock type.Gravatar Craig Tiller2017-02-27
Useful for situations where we need to repeatedly trylock, not useful for cases where we need to lock (due to spinning). Add a variant of sync_test to test it (with the same tests we run for gpr_mu). Add a benchmark to bm_closure to demonstrate single threaded performance.