Searched refs:cond_p (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/drd/
H A Ddrd_cond.c302 static void cond_signal(const DrdThreadId tid, struct cond_info* const cond_p) argument
307 tl_assert(cond_p);
309 if (cond_p->waiter_count > 0)
312 && ! DRD_(mutex_is_locked_by)(cond_p->mutex, drd_tid))
319 .cond = cond_p->a1,
320 .mutex = cond_p->mutex,

Completed in 90 milliseconds