Searched refs:__tsan_mutex_destroy (Results 1 – 9 of 9) sorted by relevance
13 __tsan_mutex_destroy
471 void __tsan_mutex_destroy(void *m, unsigned flagz) { in __tsan_mutex_destroy() function472 SCOPED_ANNOTATION(__tsan_mutex_destroy); in __tsan_mutex_destroy()
41 #define ABSL_TSAN_MUTEX_DESTROY __tsan_mutex_destroy
43 #define ABSL_TSAN_MUTEX_DESTROY __tsan_mutex_destroy
78 void __tsan_mutex_destroy(void *addr, unsigned flags);
18 __tsan_mutex_destroy(this, destroy_flags_); in ~Mutex()