Home
last modified time | relevance | path

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

/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_once_test.cpp27 static void pthread_once_func() { ++call_count; } in pthread_once_func() function
31 ASSERT_EQ(LIBC_NAMESPACE::pthread_once(&flag, pthread_once_func), 0); in func()