Searched refs:once (Results 1 - 1 of 1) sorted by relevance

/bionic/benchmarks/
H A Dpthread_benchmark.cpp55 pthread_once_t once = PTHREAD_ONCE_INIT; local
56 pthread_once(&once, DummyPthreadOnceInitFunction);
60 pthread_once(&once, DummyPthreadOnceInitFunction);

Completed in 53 milliseconds