Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ pthread_mutex_unlock
Function
pthread_mutex_unlock
src/bthread/mutex.cpp:1324–1326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1322
}
1323
1324
int pthread_mutex_unlock(pthread_mutex_t* mutex) {
1325
return bthread::pthread_mutex_unlock_impl(mutex);
1326
}
1327
#endif // NO_PTHREAD_MUTEX_HOOK
1328
1329
Callers
15
main
Function · 0.85
main
Function · 0.85
push_thread
Function · 0.85
pop_thread
Function · 0.85
TEST
Function · 0.85
BeforeRecycle
Function · 0.85
OnEdgeTriggeredEventOnce
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
read_thread
Function · 0.85
TEST
Function · 0.85
ReleaseAllFailedWriteRequests
Method · 0.85
Calls
1
pthread_mutex_unlock_impl
Function · 0.85
Tested by
9
push_thread
Function · 0.68
pop_thread
Function · 0.68
TEST
Function · 0.68
BeforeRecycle
Function · 0.68
OnEdgeTriggeredEventOnce
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68
read_thread
Function · 0.68
TEST
Function · 0.68