OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_kill
(Results
1 - 25
of
55
) sorted by relevancy
1
2
3
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
sigthread.c
42
pthread_kill
(child_thread, SIGUSR1);
53
pthread_kill
(child_thread_two, SIGUSR2);
72
pthread_kill
(child_thread_two, SIGUSR1);
stepi-random-signal.c
28
pthread_kill
(main_thread, SIGCHLD);
non-stop-fair-events.c
76
pthread_kill
(pthread_self (), 0);
88
pthread_kill
(signal_thread, SIGUSR1); /* set kill breakpoint here */
signal-command-multiple-signals-pending.c
89
pthread_kill
(child_thread[0], SIGUSR1);
90
pthread_kill
(child_thread[1], SIGUSR2);
threadcrash.exp
85
-re "^\r\n${hs} in
pthread_kill
$hs$eol" {
130
set
pthread_kill
".*
pthread_kill
.*"
132
set
pthread_kill
".*"
147
$
pthread_kill
\
156
$
pthread_kill
\
170
$
pthread_kill
\
178
$
pthread_kill
\
reconnect-signal.c
35
pthread_kill
(thread_2, SIGUSR1);
signal-delivered-right-thread.c
55
pthread_kill
(child_thread[0], SIGUSR1);
queue-signal.c
68
pthread_kill
(pthread_self (), SIGUSR1);
77
/*
pthread_kill
(pthread_self (), SIGUSR2); - manually injected by gdb */
135
pthread_kill
(pthread_self (), SIGABRT);
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
sigthread.c
42
pthread_kill
(child_thread, SIGUSR1);
53
pthread_kill
(child_thread_two, SIGUSR2);
72
pthread_kill
(child_thread_two, SIGUSR1);
stepi-random-signal.c
28
pthread_kill
(main_thread, SIGCHLD);
non-stop-fair-events.c
76
pthread_kill
(pthread_self (), 0);
88
pthread_kill
(signal_thread, SIGUSR1); /* set kill breakpoint here */
signal-command-multiple-signals-pending.c
89
pthread_kill
(child_thread[0], SIGUSR1);
90
pthread_kill
(child_thread[1], SIGUSR2);
threadcrash.exp
85
-re "^\r\n${hs} in
pthread_kill
$hs$eol" {
130
set
pthread_kill
".*
pthread_kill
.*"
132
set
pthread_kill
".*"
146
$
pthread_kill
\
155
$
pthread_kill
\
169
$
pthread_kill
\
177
$
pthread_kill
\
reconnect-signal.c
35
pthread_kill
(thread_2, SIGUSR1);
signal-delivered-right-thread.c
55
pthread_kill
(child_thread[0], SIGUSR1);
queue-signal.c
68
pthread_kill
(pthread_self (), SIGUSR1);
77
/*
pthread_kill
(pthread_self (), SIGUSR2); - manually injected by gdb */
135
pthread_kill
(pthread_self (), SIGABRT);
interrupted-hand-call.c
96
pthread_kill
(threads[0], SIGABRT);
signal-while-stepping-over-bp-other-thread.c
112
pthread_kill
(child_thread_2, SIGUSR1);
/src/tests/usr.bin/c++/
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; }
/src/tests/usr.bin/cc/
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; }
/src/external/gpl3/gcc/dist/fixincludes/tests/base/
pthread.h
117
extern int
pthread_kill
(pthread_t __thr, int __signo);
/src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
pthread.h
117
extern int
pthread_kill
(pthread_t __thr, int __signo);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/
pthread.d
55
int
pthread_kill
(pthread_t, int);
/src/tests/lib/libpthread/
t_kill.c
113
atf_tc_set_md_var(tc, "descr", "Checks
pthread_kill
()");
134
PTHREAD_REQUIRE(
pthread_kill
(th[i].id, SIGUSR1));
/src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
thread5.c
57
if (
pthread_kill
(pthread_self (), SIGUSR1) != 0
Completed in 30 milliseconds
1
2
3
Indexes created Sat Apr 25 00:22:52 UTC 2026