Searched refs:__tsan_mutex_pre_unlock (Results 1 – 9 of 9) sorted by relevance
16 __tsan_mutex_pre_unlock
503 int __tsan_mutex_pre_unlock(void *m, unsigned flagz) { in __tsan_mutex_pre_unlock() function504 SCOPED_ANNOTATION_RET(__tsan_mutex_pre_unlock, 0); in __tsan_mutex_pre_unlock()
44 #define ABSL_TSAN_MUTEX_PRE_UNLOCK __tsan_mutex_pre_unlock
46 #define ABSL_TSAN_MUTEX_PRE_UNLOCK __tsan_mutex_pre_unlock
100 int __tsan_mutex_pre_unlock(void *addr, unsigned flags);
36 __tsan_mutex_pre_unlock(this, 0); in Unlock()