Skip to content
Snippets Groups Projects
  • Craig Tiller's avatar
    edbf2b9d
    Add a spinlock type. · edbf2b9d
    Craig Tiller authored
    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.
    edbf2b9d
    History
    Add a spinlock type.
    Craig Tiller authored
    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.
This project manages its dependencies using CocoaPods. Learn more