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

  /src/common/lib/libprop/
prop_object_impl.h 467 pthread_mutex_lock(&_prop_refcnt_mtx); \
469 pthread_mutex_unlock(&_prop_refcnt_mtx); \
474 pthread_mutex_lock(&_prop_refcnt_mtx); \
476 pthread_mutex_unlock(&_prop_refcnt_mtx); \
481 pthread_mutex_lock(&_prop_refcnt_mtx); \
483 pthread_mutex_unlock(&_prop_refcnt_mtx); \
488 pthread_mutex_lock(&_prop_refcnt_mtx); \
490 pthread_mutex_unlock(&_prop_refcnt_mtx); \
prop_object.c 36 static pthread_mutex_t _prop_refcnt_mtx = PTHREAD_MUTEX_INITIALIZER; variable in typeref:typename:pthread_mutex_t

Completed in 33 milliseconds