MCPcopy 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
93void
94ink_sem_post(ink_semaphore *sp)
95{
96 ink_assert(sem_post(sp->get()) != -1);
97}

Callers 1

enqueueFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected