Displaying 1 result from an estimated 1 matches for "__bionic_xxx".
2015 Sep 24
4
Meet at MTV to discuss TSAN/android/aarch64?
...ioral mismatch of my "quick hack" to enable
barrier-like behavior on android. Assuming that Google's implementation of
the barrier interface on android/aarch64 is a better fit with linux-x86_64,
this will hopefully result in more tests passing.
- *Very important info regarding why __bionic_XXX() replacement for
calls to XXX() will most likely need to be "global" (within bionic) in most
cases:*
- deadlocks, crashes in TSAN were all due to unexpected interceptions
WHILE a call was already being intercepted by TSAN.
- The most obvious TSAN-only workaround i...