Searched refs:INIT_ONCE (Results 1 – 4 of 4) sorted by relevance
30 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");31 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");
56 #define INIT_ONCE(o, fn) _init_once((o), (fn)) macro
369 static INIT_ONCE once_ = INIT_ONCE_STATIC_INIT; \
229 return INIT_ONCE(&linux_workqueue_init_once, &linux_workqueue_init0); in linux_workqueue_init()