Searched defs:_PROP_ONCE_RUN (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sys/libprop/ |
| HD | prop_object_impl.h | 303 #define _PROP_ONCE_RUN(x,f) if (atomic_cmpset_int(&(x), 0, 1)) f() macro 343 #define _PROP_ONCE_RUN(x,f) _PROP_NOTHREAD_ONCE_RUN(x,f) macro 391 #define _PROP_ONCE_RUN(x,f) thr_once(&(x), (void(*)(void))f); macro 410 #define _PROP_ONCE_RUN(x,f) _PROP_NOTHREAD_ONCE_RUN(x,f) macro 430 #define _PROP_ONCE_RUN(x,f) pthread_once(&(x),(void(*)(void))f) macro
|