MCPcopy Create free account
hub / github.com/apache/trafficserver / ink_cond_wait

Function ink_cond_wait

include/tscore/ink_thread.h:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214static inline void
215ink_cond_wait(ink_cond *cp, ink_mutex *mp)
216{
217 ink_assert(pthread_cond_wait(cp, mp) == 0);
218}
219
220static inline int
221ink_cond_timedwait(ink_cond *cp, ink_mutex *mp, ink_timestruc *t)

Callers 2

waitMethod · 0.85
TSThreadWaitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected