Skip to content
Snippets Groups Projects
Commit edbf2b9d authored by Craig Tiller's avatar Craig Tiller
Browse files

Add a spinlock type.

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.
parent ca8de5c1
No related branches found
No related tags found
No related merge requests found
Showing
with 629 additions and 5 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment