diff options
author | Evgeny Eltsin <eaeltsin@google.com> | 2019-12-17 14:17:07 +0100 |
---|---|---|
committer | Evgeny Eltsin <eaeltsin@google.com> | 2019-12-17 18:03:06 +0100 |
commit | 4d9264c593e763909eb82fa1d2475300b07ce3c7 (patch) | |
tree | 8a0e0acd64b469138488c53aace1940217b3f02e /libc/malloc_hooks/malloc_hooks.cpp | |
parent | b29173cd648e81be6b33af9e0f1dae522ea8025d (diff) |
Fix signal.sigwait64_SIGRTMIN test
'kill(pid, sig)' sends signal to arbitrary thread within a process, thus
test was occasionally sending signal to the killing thread, not to the
waiting thread. Use 'tgkill(pid, tid, sig)' instead.
Test: bionic-unit-tests --gtest_filter=signal.sigwait64_SIGRTMIN
Change-Id: I80377295e2362cb87eb4fb4de2489c51c520ea77
Diffstat (limited to 'libc/malloc_hooks/malloc_hooks.cpp')
0 files changed, 0 insertions, 0 deletions