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

Function pthread_mutex_trylock_impl

src/bthread/mutex.cpp:923–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921
922template <typename Mutex>
923BUTIL_FORCE_INLINE int pthread_mutex_trylock_impl(Mutex* mutex) {
924 return pthread_mutex_trylock_internal(mutex);
925}
926
927template <typename Mutex>
928BUTIL_FORCE_INLINE int pthread_mutex_unlock_impl(Mutex* mutex) {

Callers 1

pthread_mutex_trylockFunction · 0.85

Calls 1

Tested by

no test coverage detected