Searched refs:__tsan_mutex_create (Results 1 – 9 of 9) sorted by relevance
12 __tsan_mutex_create
465 void __tsan_mutex_create(void *m, unsigned flagz) { in __tsan_mutex_create() function466 SCOPED_ANNOTATION(__tsan_mutex_create); in __tsan_mutex_create()
40 #define ABSL_TSAN_MUTEX_CREATE __tsan_mutex_create
42 #define ABSL_TSAN_MUTEX_CREATE __tsan_mutex_create
72 void __tsan_mutex_create(void *addr, unsigned flags);
14 __tsan_mutex_create(this, create_flags); in prof_()