Searched refs:pthread_once_func (Results 1 – 1 of 1) sorted by relevance
27 static void pthread_once_func() { ++call_count; } in pthread_once_func() function31 ASSERT_EQ(LIBC_NAMESPACE::pthread_once(&flag, pthread_once_func), 0); in func()