MCPcopy Create free account
hub / github.com/apache/brpc / bthread_sem_post_n

Function bthread_sem_post_n

src/bthread/semaphore.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169int bthread_sem_post_n(bthread_sem_t* sem, size_t n) {
170 return bthread::bthread_sem_post(sem, n);
171}
172
173__END_DECLS

Callers 1

rwlock_unwrlock_slowFunction · 0.85

Calls 1

bthread_sem_postFunction · 0.85

Tested by

no test coverage detected