MCPcopy Create free account
hub / github.com/apache/brpc / ~TaskMeta

Method ~TaskMeta

src/bthread/task_meta.h:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 ~TaskMeta() {
134 pthread_mutex_destroy(&trace_lock);
135 butex_destroy(version_butex);
136 version_butex = NULL;
137 pthread_spin_destroy(&version_lock);
138 }
139
140 void set_stack(ContextualStack* s) {
141 stack = s;

Callers

nothing calls this directly

Calls 3

pthread_mutex_destroyFunction · 0.85
butex_destroyFunction · 0.85
pthread_spin_destroyFunction · 0.85

Tested by

no test coverage detected