Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dfncache.c30 static pthread_once_t fncache_once = PTHREAD_ONCE_INIT; in fncache__get() local
32 pthread_once(&fncache_once, fncache__init); in fncache__get()