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

  /src/common/lib/libprop/
prop_object_impl.h 299 #define _PROP_RWLOCK_DESTROY(x) rw_destroy(&(x))
347 #define _PROP_RWLOCK_DESTROY(x) /* nothing */
401 #define _PROP_RWLOCK_DESTROY(x) rwlock_destroy(&(x))
429 #define _PROP_RWLOCK_DESTROY(x) /* nothing */
455 #define _PROP_RWLOCK_DESTROY(x) pthread_rwlock_destroy(&(x))
prop_array.c 116 _PROP_RWLOCK_DESTROY(pa->pa_rwlock);
prop_dictionary.c 369 _PROP_RWLOCK_DESTROY(pd->pd_rwlock);

Completed in 142 milliseconds