• R
    minor optimization to pthread_spin_trylock · afbcac68
    Rich Felker 提交于
    use CAS instead of swap since it's lighter for most archs, and keep
    EBUSY in the lock value so that the old value obtained by CAS can be
    used directly as the return value for pthread_spin_trylock.
    afbcac68
pthread_spin_trylock.c 126 字节