Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dpthread_benchmark.cpp56 static void NoOpPthreadOnceInitFunction() {} in NoOpPthreadOnceInitFunction() function
60 pthread_once(&once, NoOpPthreadOnceInitFunction); in BM_pthread_once()
63 pthread_once(&once, NoOpPthreadOnceInitFunction); in BM_pthread_once()