Searched refs:tgkill (Results 1 – 11 of 11) sorted by relevance
/system/core/base/include/android-base/ |
D | threads.h | 29 extern "C" int tgkill(int tgid, int tid, int sig);
|
/system/core/base/ |
D | threads.cpp | 51 int tgkill(int tgid, int tid, int sig) { in tgkill() function
|
/system/core/debuggerd/seccomp_policy/ |
D | crash_dump.x86_64.policy | 22 tgkill: 1
|
D | crash_dump.arm64.policy | 22 tgkill: 1
|
D | crash_dump.arm.policy | 23 tgkill: 1
|
D | crash_dump.x86.policy | 23 tgkill: 1
|
D | crash_dump.policy.def | 30 tgkill: 1
|
/system/core/libbacktrace/ |
D | BacktraceCurrent.cpp | 171 if (tgkill(Pid(), Tid(), THREAD_SIGNAL) != 0) { in UnwindThread() 221 if (tgkill(Pid(), Tid(), 0) == -1 && errno == ESRCH) { in UnwindThread()
|
/system/core/libmemunreachable/tests/ |
D | ThreadCapture_test.cpp | 265 tgkill(ret, tid, SIGKILL); in TEST_F() 324 tgkill(child, tid, sig); in TEST_F()
|
/system/core/libunwindstack/tests/ |
D | UnwindTest.cpp | 368 ASSERT_EQ(0, tgkill(getpid(), tid.load(), SIGUSR1)) << "Error: " << strerror(errno); in TEST_F()
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 523 if (tgkill(target_process, tid, SIGSTOP) != 0) { in main()
|