Home
last modified time | relevance | path

Searched refs:pthread_kill (Results 1 – 21 of 21) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dpthread_kill.cpp37 int pthread_kill(pthread_t t, int sig) { in pthread_kill() function
H A Dposix_timers.cpp102 pthread_kill(timer->callback_thread, TIMER_SIGNAL); in __timer_thread_stop()
/aosp12/frameworks/libs/native_bridge_support/libc/
H A Dstubs_arm.cpp101 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_kill);
194 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_kill); in init_stub_library()
H A Dstubs_arm64.cpp102 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_kill);
197 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_kill); in init_stub_library()
/aosp12/bionic/tests/
H A Dsemaphore_test.cpp229 ASSERT_EQ(0, pthread_kill(thread, SIGUSR1)); in TEST()
252 ASSERT_EQ(0, pthread_kill(thread, SIGUSR1)); in TEST()
H A Dthreads_test.cpp413 pthread_kill(t.native_handle(), SIGALRM); in TEST()
428 pthread_kill(t.native_handle(), SIGALRM); in TEST()
H A Dpthread_test.cpp397 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 Dsignal.h115 int pthread_kill(pthread_t __pthread, int __signal);
/aosp12/frameworks/native/cmds/lshal/
H A DTimeout.h76 pthread_kill(thread, SIGINT); in timeout()
/aosp12/art/runtime/
H A Dsignal_catcher.cc92 CHECK_PTHREAD_CALL(pthread_kill, (pthread_, SIGQUIT), "signal catcher shutdown"); in ~SignalCatcher()
/aosp12/bionic/tests/headers/posix/
H A Dsignal_h.c205 FUNCTION(pthread_kill, int (*f)(pthread_t, int)); in signal_h()
/aosp12/packages/modules/adb/daemon/
H A Dusb.cpp438 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 DUsb.cpp438 if (!pthread_kill(mPoll, SIGUSR1)) { in setCallback()
/aosp12/bionic/docs/
H A Dstatus.md280 `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 Dplugin_pcl.c177 pthread_kill(param->send_tid, SIGKILL); in _start_thread()
/aosp12/packages/modules/adb/client/
H A Dusb_linux.cpp497 pthread_kill(h->reaper_thread, SIGALRM); in usb_kick()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt767 pthread_kill
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dlib_wprint.c686 pthread_kill(_job_status_tid, SIGKILL); in _start_status_thread()
1339 pthread_kill(_job_tid, SIGKILL); in _start_thread()
/aosp12/bionic/libc/
H A Dlibc.map.txt795 pthread_kill;
H A DAndroid.bp1256 "bionic/pthread_kill.cpp",
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt795 pthread_kill;