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

  /src/common/lib/libprop/
prop_object_impl.h 295 #define _PROP_RWLOCK_INIT(x) rw_init(&(x))
343 #define _PROP_RWLOCK_INIT(x) /* nothing */
397 #define _PROP_RWLOCK_INIT(x) rwlock_init(&(x), NULL)
425 #define _PROP_RWLOCK_INIT(x) /* nothing */
451 #define _PROP_RWLOCK_INIT(x) pthread_rwlock_init(&(x), NULL)
prop_array.c 292 _PROP_RWLOCK_INIT(pa->pa_rwlock);
prop_dictionary.c 611 _PROP_RWLOCK_INIT(pd->pd_rwlock);

Completed in 13 milliseconds