Home
last modified time | relevance | path

Searched refs:INIT_ONCE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dthread_win32.cpp30 static_assert(sizeof(__libcpp_exec_once_flag) == sizeof(INIT_ONCE), "");
31 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), "");
/netbsd-src/sys/sys/
H A Donce.h56 #define INIT_ONCE(o, fn) _init_once((o), (fn)) macro
/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dmythread.h369 static INIT_ONCE once_ = INIT_ONCE_STATIC_INIT; \
/netbsd-src/sys/external/bsd/common/linux/
H A Dlinux_work.c229 return INIT_ONCE(&linux_workqueue_init_once, &linux_workqueue_init0); in linux_workqueue_init()