Home
last modified time | relevance | path

Searched defs:cond_wait (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dmutex.c112 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait() function
/linux/tools/tracing/latency/
H A Dlatency-collector.c346 static __always_inline void cond_wait(pthread_cond_t *restrict cond, in cond_wait() function