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

Function pthread_mutex_destroy

src/bthread/mutex.cpp:1304–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302}
1303
1304int pthread_mutex_destroy(pthread_mutex_t* mutex) {
1305 DESTROY_MUTEX_OWNER_MAP_ENTRY(mutex);
1306 return bthread::sys_pthread_mutex_destroy(mutex);
1307}
1308
1309int pthread_mutex_lock(pthread_mutex_t* mutex) {
1310 return bthread::pthread_mutex_lock_impl(mutex);

Callers 15

~InfoThreadMethod · 0.85
~InfoThreadMethod · 0.85
~PublishServiceMethod · 0.85
TESTFunction · 0.85
~SocketMethod · 0.85
~SimuFutexMethod · 0.85
~TaskMetaMethod · 0.85
~CollectorMethod · 0.85
~CachedReaderMethod · 0.85
operator()Method · 0.85
~SeriesBaseMethod · 0.85
~ThreadLocalMethod · 0.85

Calls

no outgoing calls

Tested by 2

~PublishServiceMethod · 0.68
TESTFunction · 0.68