Commit 42a0e87
authored
[compiler-rt][TSan] fix crash caused by intercpting pthread_detach on Android (#161596)
In Bionic, pthread_detach calls pthread_join, so the thread has already
been consumed by the pthread_detach interceptor.
https://android.googlesource.com/platform/bionic/+/refs/heads/android16-release/libc/bionic/pthread_detach.cpp1 parent 8763812 commit 42a0e87
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1130 | 1130 | | |
1131 | 1131 | | |
1132 | 1132 | | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
1133 | 1149 | | |
1134 | 1150 | | |
1135 | 1151 | | |
| |||
0 commit comments