/aosp12/bionic/libc/bionic/ |
H A D | pthread_kill.cpp | 37 int pthread_kill(pthread_t t, int sig) { in pthread_kill() function
|
H A D | posix_timers.cpp | 102 pthread_kill(timer->callback_thread, TIMER_SIGNAL); in __timer_thread_stop()
|
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 101 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_kill); 194 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_kill); in init_stub_library()
|
H A D | stubs_arm64.cpp | 102 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_kill); 197 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_kill); in init_stub_library()
|
/aosp12/bionic/tests/ |
H A D | semaphore_test.cpp | 229 ASSERT_EQ(0, pthread_kill(thread, SIGUSR1)); in TEST() 252 ASSERT_EQ(0, pthread_kill(thread, SIGUSR1)); in TEST()
|
H A D | threads_test.cpp | 413 pthread_kill(t.native_handle(), SIGALRM); in TEST() 428 pthread_kill(t.native_handle(), SIGALRM); in TEST()
|
H A D | pthread_test.cpp | 397 pthread_kill(signal_thread, SIGUSR1); in TEST() 438 pthread_kill(signal_thread, SIGRTMIN); in TEST() 527 ASSERT_EQ(0, pthread_kill(pthread_self(), 0)); in TEST() 531 ASSERT_EQ(EINVAL, pthread_kill(pthread_self(), -1)); in TEST() 539 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM)); in pthread_kill__in_signal_handler_helper() 545 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM)); in TEST() 564 ASSERT_EQ(ESRCH, pthread_kill(thread, 0)); in TEST() 673 EXPECT_DEATH(pthread_kill(dead_thread, 0), in TEST_F() 679 EXPECT_EQ(ESRCH, pthread_kill(null_thread, 0)); in TEST_F()
|
/aosp12/bionic/libc/include/ |
H A D | signal.h | 115 int pthread_kill(pthread_t __pthread, int __signal);
|
/aosp12/frameworks/native/cmds/lshal/ |
H A D | Timeout.h | 76 pthread_kill(thread, SIGINT); in timeout()
|
/aosp12/art/runtime/ |
H A D | signal_catcher.cc | 92 CHECK_PTHREAD_CALL(pthread_kill, (pthread_, SIGQUIT), "signal catcher shutdown"); in ~SignalCatcher()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | signal_h.c | 205 FUNCTION(pthread_kill, int (*f)(pthread_t, int)); in signal_h()
|
/aosp12/packages/modules/adb/daemon/ |
H A D | usb.cpp | 438 int rc = pthread_kill(worker_thread_handle, kInterruptionSignal); in StopWorker() 446 rc = pthread_kill(worker_thread_handle, 0); in StopWorker()
|
/aosp12/hardware/interfaces/usb/1.0/default/ |
H A D | Usb.cpp | 438 if (!pthread_kill(mPoll, SIGUSR1)) { in setCallback()
|
/aosp12/bionic/docs/ |
H A D | status.md | 280 `pthread_kill`, instead of returning ESRCH when passed an invalid 310 * Unsafe `pthread_kill` calls aren't portably fixable. (And are obviously
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/ |
H A D | plugin_pcl.c | 177 pthread_kill(param->send_tid, SIGKILL); in _start_thread()
|
/aosp12/packages/modules/adb/client/ |
H A D | usb_linux.cpp | 497 pthread_kill(h->reaper_thread, SIGALRM); in usb_kick()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 767 pthread_kill
|
/aosp12/packages/services/BuiltInPrintService/jni/lib/ |
H A D | lib_wprint.c | 686 pthread_kill(_job_status_tid, SIGKILL); in _start_status_thread() 1339 pthread_kill(_job_tid, SIGKILL); in _start_thread()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 795 pthread_kill;
|
H A D | Android.bp | 1256 "bionic/pthread_kill.cpp",
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 795 pthread_kill;
|