OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PROP_ONCE_RUN
(Results
1 - 5
of
5
) sorted by relevancy
/src/common/lib/libprop/
prop_object_impl.h
302
#define
_PROP_ONCE_RUN
(x,f) RUN_ONCE(&(x), f)
350
#define
_PROP_ONCE_RUN
(x,f) _PROP_NOTHREAD_ONCE_RUN(x,f)
405
#define
_PROP_ONCE_RUN
(x,f) thr_once(&(x), (void(*)(void))f);
432
#define
_PROP_ONCE_RUN
(x,f) _PROP_NOTHREAD_ONCE_RUN(x,f)
459
#define
_PROP_ONCE_RUN
(x,f) pthread_once(&(x),(void(*)(void))f)
prop_bool.c
145
_PROP_ONCE_RUN
(_prop_bool_init_once, _prop_bool_init);
prop_number.c
187
_PROP_ONCE_RUN
(_prop_number_init_once, _prop_number_init);
293
_PROP_ONCE_RUN
(_prop_number_init_once, _prop_number_init);
prop_string.c
246
_PROP_ONCE_RUN
(_prop_string_init_once, _prop_string_init);
prop_dictionary.c
297
_PROP_ONCE_RUN
(_prop_dict_init_once, _prop_dict_init);
410
_PROP_ONCE_RUN
(_prop_dict_init_once, _prop_dict_init);
Completed in 13 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025