Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmutex.c79 static void __cond_init(struct cond *cnd, bool pshared) in __cond_init() function
93 __cond_init(cnd, /*pshared=*/false); in cond_init()
98 __cond_init(cnd, /*pshared=*/true); in cond_init_pshared()