Home
last modified time | relevance | path

Searched refs:tgkill (Results 1 – 12 of 12) sorted by relevance

/system/libbase/include/android-base/
Dthreads.h29 extern "C" int tgkill(int tgid, int tid, int sig);
/system/libbase/
Dthreads.cpp51 int tgkill(int tgid, int tid, int sig) { in tgkill() function
/system/core/debuggerd/seccomp_policy/
Dcrash_dump.x86.policy25 tgkill: 1
Dcrash_dump.x86_64.policy24 tgkill: 1
Dcrash_dump.arm.policy25 tgkill: 1
Dcrash_dump.riscv64.policy23 tgkill: 1
Dcrash_dump.arm64.policy24 tgkill: 1
Dcrash_dump.policy.def32 tgkill: 1
/system/unwinding/libunwindstack/
DThreadUnwinder.cpp103 if (tgkill(getpid(), tid, signal) != 0) { in SendSignalToThread()
138 if (tgkill(getpid(), tid, 0) == -1 && errno == ESRCH) { in SendSignalToThread()
/system/memory/libmemunreachable/tests/
DThreadCapture_test.cpp265 tgkill(ret, tid, SIGKILL); in TEST_F()
324 tgkill(child, tid, sig); in TEST_F()
/system/core/debuggerd/
Dcrash_dump.cpp589 if (tgkill(target_process, tid, SIGSTOP) != 0) { in main()
/system/unwinding/libunwindstack/tests/
DUnwindTest.cpp361 ASSERT_EQ(0, tgkill(getpid(), tid.load(), SIGUSR1)) << "Error: " << strerror(errno); in TEST_F()