Home
last modified time | relevance | path

Searched defs:__flag (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h126 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args) { in call_once() argument
138 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable& __func) { in call_once() argument
146 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, const _Callable& __func) { in call_once() argument
/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dany_of.h52 int32_t __flag = 1; __simd_or() local
/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h140 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)()) { in __libcpp_execute_once() argument
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp130 int __libcpp_execute_once(__libcpp_exec_once_flag* __flag, void (*__init_routine)(void)) { in __libcpp_execute_once() argument