Searched refs:os_atomic64_cas (Results 1 – 2 of 2) sorted by relevance
240 }while(!os_atomic64_cas(&stack->head.data,cur_head.data,new_head.data)); in pqisrc_put_tag()263 }while(!os_atomic64_cas(&stack->head.data,cur_head.data,new_head.data)); in pqisrc_get_tag()
968 os_atomic64_cas(volatile uint64_t* var, uint64_t old_val, uint64_t new_val) in os_atomic64_cas() function