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

Function ink_thread_join

include/tscore/ink_thread.h:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static inline void *
144ink_thread_join(ink_thread t)
145{
146 void *r;
147 ink_assert(!pthread_join(t, &r));
148 return r;
149}
150
151static inline ink_thread
152ink_thread_self()

Callers 2

setup_test_case_1Function · 0.85
stop_threadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected