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

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

Completed in 908 milliseconds