LDSEM_WRITE_BIAS
count = atomic_long_add_return(LDSEM_WRITE_BIAS, &sem->count);
count = atomic_long_add_return(-LDSEM_WRITE_BIAS, &sem->count);