Home
last modified time | relevance | path

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

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