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

/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransform.h49 // pb_value => we have a value, we havn't presented it yet (if pushback_value==NULL we won't present again until another attribute changes)
53 enum pushback_states { pb_empty, pb_value, pb_repush, pb_presented_once, pb_discard } pushback_state; enumerator in enum:transform_attribute::pushback_states
H A DTransform.cpp429 if (__sync_bool_compare_and_swap(&ta->pushback_state, transform_attribute::pb_value, transform_attribute::pb_discard)) {
1062 ta->pushback_state = transform_attribute::pb_value;

Completed in 119 milliseconds