Home
last modified time | relevance | path

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

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