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

  /src/common/lib/libprop/
prop_bool.c 123 _PROP_ONCE_DECL(_prop_bool_init_once)
prop_number.c 172 _PROP_ONCE_DECL(_prop_number_init_once)
prop_object_impl.h 301 #define _PROP_ONCE_DECL(x) static ONCE_DECL(x);
349 #define _PROP_ONCE_DECL(x) _PROP_NOTHREAD_ONCE_DECL(x)
403 #define _PROP_ONCE_DECL(x) \
431 #define _PROP_ONCE_DECL(x) _PROP_NOTHREAD_ONCE_DECL(x)
457 #define _PROP_ONCE_DECL(x) \

Completed in 55 milliseconds