MCPcopy 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
1324int 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

mainFunction · 0.85
mainFunction · 0.85
push_threadFunction · 0.85
pop_threadFunction · 0.85
TESTFunction · 0.85
BeforeRecycleFunction · 0.85
OnEdgeTriggeredEventOnceFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
read_threadFunction · 0.85
TESTFunction · 0.85

Calls 1

Tested by 9

push_threadFunction · 0.68
pop_threadFunction · 0.68
TESTFunction · 0.68
BeforeRecycleFunction · 0.68
OnEdgeTriggeredEventOnceFunction · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
read_threadFunction · 0.68
TESTFunction · 0.68