Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ ink_sem_post
Function
ink_sem_post
src/tscore/ink_thread.cc:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void
94
ink_sem_post(ink_semaphore *sp)
95
{
96
ink_assert(sem_post(sp->get()) != -1);
97
}
Callers
1
enqueue
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected