Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/integration/src/threads/
H A Dcall_once_test.cpp26 static void call_once_func() { ++call_count; } in call_once_func() function
30 __llvm_libc::call_once(&flag, call_once_func); in func()