HomeSort by: relevance | last modified time | path
    Searched refs:pot_lock (Results 1 - 4 of 4) sorted by relevancy

  /src/common/lib/libprop/
prop_object.c 136 if (po->po_type->pot_lock != NULL)
137 po->po_type->pot_lock();
196 if (po->po_type->pot_lock != NULL)
197 po->po_type->pot_lock();
prop_number.c 88 .pot_lock = _prop_number_lock,
prop_object_impl.h 222 void (*pot_lock)(void); member in struct:_prop_object_type
prop_dictionary.c 153 .pot_lock = _prop_dictionary_lock,

Completed in 35 milliseconds