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

Function ink_cond_init

include/tscore/ink_thread.h:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 ******************************************************************/
201
202static inline void
203ink_cond_init(ink_cond *cp)
204{
205 ink_assert(pthread_cond_init(cp, nullptr) == 0);
206}
207
208static inline void
209ink_cond_destroy(ink_cond *cp)

Callers 4

ProtectedQueueMethod · 0.85
aio_init_fildesFunction · 0.85
EventNotifyMethod · 0.85
INKThreadInternalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected