Home
last modified time | relevance | path

Searched refs:callonce_fastpath (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/threads/
H A Dcallonce.h34 if (LIBC_LIKELY(callonce_impl::callonce_fastpath(flag))) in callonce()
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dcallonce.h26 LIBC_INLINE bool callonce_fastpath(CallOnceFlag *flag) { in callonce_fastpath() function