Searched refs:tgkill (Results 1 – 12 of 12) sorted by relevance
/system/libbase/include/android-base/ |
D | threads.h | 29 extern "C" int tgkill(int tgid, int tid, int sig);
|
/system/libbase/ |
D | threads.cpp | 51 int tgkill(int tgid, int tid, int sig) { in tgkill() function
|
/system/core/debuggerd/seccomp_policy/ |
D | crash_dump.x86.policy | 25 tgkill: 1
|
D | crash_dump.x86_64.policy | 24 tgkill: 1
|
D | crash_dump.arm.policy | 25 tgkill: 1
|
D | crash_dump.riscv64.policy | 23 tgkill: 1
|
D | crash_dump.arm64.policy | 24 tgkill: 1
|
D | crash_dump.policy.def | 32 tgkill: 1
|
/system/unwinding/libunwindstack/ |
D | ThreadUnwinder.cpp | 103 if (tgkill(getpid(), tid, signal) != 0) { in SendSignalToThread() 138 if (tgkill(getpid(), tid, 0) == -1 && errno == ESRCH) { in SendSignalToThread()
|
/system/memory/libmemunreachable/tests/ |
D | ThreadCapture_test.cpp | 265 tgkill(ret, tid, SIGKILL); in TEST_F() 324 tgkill(child, tid, sig); in TEST_F()
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 589 if (tgkill(target_process, tid, SIGSTOP) != 0) { in main()
|
/system/unwinding/libunwindstack/tests/ |
D | UnwindTest.cpp | 361 ASSERT_EQ(0, tgkill(getpid(), tid.load(), SIGUSR1)) << "Error: " << strerror(errno); in TEST_F()
|