summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_stat.h
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-10-25 13:01:31 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-10-25 13:01:31 +0000
commite236dbb5e558b174609d2d13e80685d488c129d8 (patch)
tree7e43d72f7236428396e1d9a90a2b1471473440de /lib/tsan/rtl/tsan_stat.h
parent719df33ad1f14c760d53a4b7b51ff9664ebda535 (diff)
downloadcompiler-rt-e236dbb5e558b174609d2d13e80685d488c129d8.tar.gz
compiler-rt-e236dbb5e558b174609d2d13e80685d488c129d8.tar.bz2
compiler-rt-e236dbb5e558b174609d2d13e80685d488c129d8.tar.xz
[sanitizer] Intercept pthread_attr_get*.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@193405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/tsan/rtl/tsan_stat.h')
-rw-r--r--lib/tsan/rtl/tsan_stat.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/tsan/rtl/tsan_stat.h b/lib/tsan/rtl/tsan_stat.h
index bf7d6c8a..45fd507d 100644
--- a/lib/tsan/rtl/tsan_stat.h
+++ b/lib/tsan/rtl/tsan_stat.h
@@ -389,6 +389,16 @@ enum StatType {
StatInt_ether_line,
StatInt_shmctl,
StatInt_random_r,
+ StatInt_pthread_attr_getdetachstate,
+ StatInt_pthread_attr_getguardsize,
+ StatInt_pthread_attr_getschedparam,
+ StatInt_pthread_attr_getschedpolicy,
+ StatInt_pthread_attr_getinheritsched,
+ StatInt_pthread_attr_getscope,
+ StatInt_pthread_attr_getstackaddr,
+ StatInt_pthread_attr_getstacksize,
+ StatInt_pthread_attr_getstack,
+ StatInt_pthread_attr_getaffinity_np,
// Dynamic annotations.
StatAnnotation,