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

  /src/common/lib/libprop/
prop_object_impl.h 289 #define _PROP_MUTEX_DECL_STATIC(x) static kmutex_t x;
337 #define _PROP_MUTEX_DECL_STATIC(x) /* nothing */
391 #define _PROP_MUTEX_DECL_STATIC(x) static mutex_t x;
419 #define _PROP_MUTEX_DECL_STATIC(x) /* nothing */
445 #define _PROP_MUTEX_DECL_STATIC(x) static pthread_mutex_t x;
prop_number.c 157 _PROP_MUTEX_DECL_STATIC(_prop_number_tree_mutex)
prop_string.c 131 _PROP_MUTEX_DECL_STATIC(_prop_string_tree_mutex)
prop_dictionary.c 220 _PROP_MUTEX_DECL_STATIC(_prop_dict_keysym_tree_mutex)

Completed in 55 milliseconds