| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| H A D | sigthread.c | 42 pthread_kill (child_thread, SIGUSR1); in child_two() 53 pthread_kill (child_thread_two, SIGUSR2); in thread_function() 72 pthread_kill (child_thread_two, SIGUSR1); in main()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| H A D | sigthread.c | 42 pthread_kill (child_thread, SIGUSR1); in child_two() 53 pthread_kill (child_thread_two, SIGUSR2); in thread_function() 72 pthread_kill (child_thread_two, SIGUSR1); in main()
|
| /netbsd-src/tests/usr.bin/cc/ |
| H A D | t_tsan_signal_errno.sh | 69 static void* sendsignal(void *p) { pthread_kill(mainth, SIGPROF); return NULL; } 97 static void* sendsignal(void *p) { pthread_kill(mainth, SIGPROF); return NULL; } 131 static void* sendsignal(void *p) { pthread_kill(mainth, SIGPROF); return NULL; } 165 static void* sendsignal(void *p) { pthread_kill(mainth, SIGPROF); return NULL; }
|
| /netbsd-src/tests/usr.bin/c++/ |
| H A D | t_tsan_signal_errno.sh | 69 static void* sendsignal(void *p) { pthread_kill(mainth, SIGPROF); return NULL; } 97 static void* sendsignal(void *p) { pthread_kill(mainth, SIGPROF); return NULL; } 131 static void* sendsignal(void *p) { pthread_kill(mainth, SIGPROF); return NULL; } 165 static void* sendsignal(void *p) { pthread_kill(mainth, SIGPROF); return NULL; }
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
| H A D | signal.d | 3094 int pthread_kill(pthread_t, int); 3099 int pthread_kill(pthread_t, int); 3104 int pthread_kill(pthread_t, int); 3109 int pthread_kill(pthread_t, int); 3114 int pthread_kill(pthread_t, int); 3119 int pthread_kill(pthread_t, int); 3124 int pthread_kill(pthread_t, int); 3129 int pthread_kill(pthread_t, int); 3134 int pthread_kill(pthread_t, int); 3139 int pthread_kill(pthread_t, int);
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
| H A D | lock.m4 | 108 # Test for libpthread by looking for pthread_kill. (Not pthread_self, 113 AC_CHECK_LIB(pthread, pthread_kill, 127 AC_CHECK_LIB(pthread, pthread_kill, 133 AC_CHECK_LIB(c_r, pthread_kill,
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/ |
| H A D | lock.m4 | 86 # Test for libpthread by looking for pthread_kill. (Not pthread_self, 91 AC_CHECK_LIB(pthread, pthread_kill, 105 AC_CHECK_LIB(pthread, pthread_kill, 111 AC_CHECK_LIB(c_r, pthread_kill,
|
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| H A D | pthread.h | 117 extern int pthread_kill (pthread_t __thr, int __signo);
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| H A D | pthread.h | 117 extern int pthread_kill (pthread_t __thr, int __signo);
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| H A D | thread5.c | 57 if (pthread_kill (pthread_self (), SIGUSR1) != 0 in main()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/ |
| H A D | pthread.d | 55 int pthread_kill(pthread_t, int);
|
| /netbsd-src/tests/lib/libpthread/ |
| H A D | t_kill.c | 134 PTHREAD_REQUIRE(pthread_kill(th[i].id, SIGUSR1)); in ATF_TC_BODY()
|
| /netbsd-src/tests/kernel/ |
| H A D | t_timeleft.c | 95 ATF_REQUIRE(pthread_kill(thr, SIGINT) == 0); in tester()
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread_misc.c | 149 pthread_kill(pthread_t thread, int sig) in pthread_kill() function
|
| H A D | Makefile | 148 pthread_key_create.3 pthread_kill.3 \
|
| /netbsd-src/include/ |
| H A D | signal.h | 76 int pthread_kill(pthread_t, int);
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | thr_posix.c | 227 return ERRVAL( pthread_kill( thread, signo ) ); in ldap_pvt_thread_kill()
|
| /netbsd-src/external/bsd/libpcap/dist/testprogs/ |
| H A D | threadsignaltest.c | 298 status = pthread_kill(capture_thread, SIGUSR1); in main()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | threadlib.m4 | 247 # Test for libpthread by looking for pthread_kill. (Not pthread_self, 252 AC_CHECK_LIB([pthread], [pthread_kill], 272 AC_CHECK_LIB([pthread], [pthread_kill], 278 AC_CHECK_LIB([c_r], [pthread_kill],
|
| /netbsd-src/sbin/iscsid/ |
| H A D | iscsid_main.c | 502 pthread_kill(main_thread, SIGINT); in handler_exit()
|
| /netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/ |
| H A D | dmeventd.c | 502 pthread_kill(thread->thread, SIGALRM); in _timeout_thread() 820 return pthread_kill(thread->thread, SIGALRM); in _terminate_thread()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_interceptors.cc | 2022 TSAN_INTERCEPTOR(int, pthread_kill, void *tid, int sig) { in TSAN_INTERCEPTOR() argument 2023 SCOPED_TSAN_INTERCEPTOR(pthread_kill, tid, sig); in TSAN_INTERCEPTOR() 2030 int res = REAL(pthread_kill)(tid, sig); in TSAN_INTERCEPTOR() 2716 TSAN_INTERCEPT(pthread_kill); in InitializeInterceptors()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_interceptors_posix.cpp | 2130 TSAN_INTERCEPTOR(int, pthread_kill, void *tid, int sig) { in TSAN_INTERCEPTOR() argument 2131 SCOPED_TSAN_INTERCEPTOR(pthread_kill, tid, sig); in TSAN_INTERCEPTOR() 2138 int res = REAL(pthread_kill)(tid, sig); in TSAN_INTERCEPTOR() 2865 TSAN_INTERCEPT(pthread_kill); in InitializeInterceptors()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 2064 TSAN_INTERCEPTOR(int, pthread_kill, void *tid, int sig) { in TSAN_INTERCEPTOR() argument 2065 SCOPED_TSAN_INTERCEPTOR(pthread_kill, tid, sig); in TSAN_INTERCEPTOR() 2072 int res = REAL(pthread_kill)(tid, sig); in TSAN_INTERCEPTOR() 2764 TSAN_INTERCEPT(pthread_kill); in InitializeInterceptors()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/ |
| H A D | configure | 13865 char pthread_kill (); 13869 return pthread_kill (); 13924 char pthread_kill (); 13928 return pthread_kill (); 13968 char pthread_kill (); 13972 return pthread_kill (); 17122 char pthread_kill (); 17126 return pthread_kill (); 17181 char pthread_kill (); 17185 return pthread_kill (); [all …]
|