Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddso.c508 static pthread_once_t data_open_lock_once = PTHREAD_ONCE_INIT; in dso__data_open_lock() local
510 pthread_once(&data_open_lock_once, dso__data_open_lock_init); in dso__data_open_lock()