Searched refs:__tsan_mutex_post_unlock (Results 1 – 9 of 9) sorted by relevance
17 __tsan_mutex_post_unlock
518 void __tsan_mutex_post_unlock(void *m, unsigned flagz) { in __tsan_mutex_post_unlock() function519 SCOPED_ANNOTATION(__tsan_mutex_post_unlock); in __tsan_mutex_post_unlock()
45 #define ABSL_TSAN_MUTEX_POST_UNLOCK __tsan_mutex_post_unlock
47 #define ABSL_TSAN_MUTEX_POST_UNLOCK __tsan_mutex_post_unlock
105 void __tsan_mutex_post_unlock(void *addr, unsigned flags);
38 __tsan_mutex_post_unlock(this, 0); in Unlock()