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

Function ink_thread_null

include/tscore/ink_thread.h:157–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157static inline ink_thread
158ink_thread_null()
159{
160 // The implementation of ink_thread (the alias of pthread_t) is different on platforms
161 // - e.g. `struct pthread *` on Unix and `unsigned long int` on Linux
162 // NOLINTNEXTLINE(modernize-use-nullptr)
163 return static_cast<ink_thread>(0);
164}
165
166static inline int
167ink_thread_get_priority(ink_thread t, int *priority)

Callers 5

rec_mutex_initFunction · 0.85
rec_mutex_destroyFunction · 0.85
rec_mutex_releaseFunction · 0.85
stop_threadMethod · 0.85
RPCServerClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected