Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
int 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_slow
Function · 0.85
Calls
1
bthread_sem_post
Function · 0.85
Tested by
no test coverage detected