Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
static inline void *
144
ink_thread_join(ink_thread t)
145
{
146
void *r;
147
ink_assert(!pthread_join(t, &r));
148
return r;
149
}
150
151
static inline ink_thread
152
ink_thread_self()
Callers
2
setup_test_case_1
Function · 0.85
stop_thread
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected