| 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; |
nothing calls this directly
no test coverage detected