Searched refs:casb (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dthreading_internal.h63 static bool casb(Integer oldValue, Integer newValue, Integer &base) function in struct:Security::AtomicTypes
78 static bool casb(Integer oldValue, Integer newValue, Integer &base) function in struct:Security::AtomicTypes
105 static bool casb(Type oldValue, Type newValue, Type &store) function in class:Security::Atomic
106 { return _Ops::casb(_Type(oldValue), _Type(newValue), (_Type &)store); }
119 { while (!casb(store, value, store)) {}; return value; }
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dthreading_internal.h63 static bool casb(Integer oldValue, Integer newValue, Integer &base) function in struct:Security::AtomicTypes
78 static bool casb(Integer oldValue, Integer newValue, Integer &base) function in struct:Security::AtomicTypes
105 static bool casb(Type oldValue, Type newValue, Type &store) function in class:Security::Atomic
106 { return _Ops::casb(_Type(oldValue), _Type(newValue), (_Type &)store); }
119 { while (!casb(store, value, store)) {}; return value; }

Completed in 68 milliseconds