Searched defs:_PROP_ONCE_RUN (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/common/lib/libprop/ |
H A D | prop_object_impl.h | 297 #define _PROP_ONCE_RUN(x,f) RUN_ONCE(&(x), f) macro 345 #define _PROP_ONCE_RUN(x,f) _PROP_NOTHREAD_ONCE_RUN(x,f) macro 400 #define _PROP_ONCE_RUN(x,f) thr_once(&(x), (void(*)(void))f); macro 425 #define _PROP_ONCE_RUN(x,f) _PROP_NOTHREAD_ONCE_RUN(x,f) macro 452 #define _PROP_ONCE_RUN(x,f) pthread_once(&(x),(void(*)(void))f) macro
|