diff options
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_stat.h')
| -rw-r--r-- | compiler-rt/lib/tsan/rtl/tsan_stat.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_stat.h b/compiler-rt/lib/tsan/rtl/tsan_stat.h index f17d83ae0b8..c7536f44434 100644 --- a/compiler-rt/lib/tsan/rtl/tsan_stat.h +++ b/compiler-rt/lib/tsan/rtl/tsan_stat.h @@ -164,12 +164,12 @@ enum StatType { StatInt_pthread_rwlock_trywrlock, StatInt_pthread_rwlock_timedwrlock, StatInt_pthread_rwlock_unlock, - StatInt_pthread_cond_init, - StatInt_pthread_cond_destroy, - StatInt_pthread_cond_signal, - StatInt_pthread_cond_broadcast, - StatInt_pthread_cond_wait, - StatInt_pthread_cond_timedwait, + StatInt_pthread_cond_init_2_3_2, + StatInt_pthread_cond_destroy_2_3_2, + StatInt_pthread_cond_signal_2_3_2, + StatInt_pthread_cond_broadcast_2_3_2, + StatInt_pthread_cond_wait_2_3_2, + StatInt_pthread_cond_timedwait_2_3_2, StatInt_pthread_barrier_init, StatInt_pthread_barrier_destroy, StatInt_pthread_barrier_wait, |

