/third_party/libfuse/lib/ |
H A D | fuse_loop_mt.c | 21 #include <signal.h> 226 /* Disallow signal reception in worker threads */ in fuse_start_thread()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_test.c | 32 #include <signal.h>
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | diotest4.c | 61 #include <signal.h>
|
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
H A D | prot_hsymlinks.c | 43 #include <signal.h>
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl16.c | 46 #include <signal.h> 277 extern void catch_int(int sig); /* signal catching subroutine */ 308 tst_resm(TFAIL, "Attempt to send signal to parent " in dochild() 316 tst_resm(TFAIL, "Attempt to send signal to parent " in dochild() 327 * signal received is waiting for lock to clear, in dochild() 390 tst_resm(TFAIL, "Attempt to signal child %d, " in child_sig() 423 * Set up signal handling functions in setup() 525 * Wait for children to signal they are ready. Set a timeout in run_test() 526 * just in case they don't signal at all. in run_test() 541 tst_resm(TFAIL, "Test case %d: kids didn't signal", in run_test() [all...] |
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmpv6_sender.c | 44 #include <signal.h> 77 struct sigaction handler; /* Behavior for a signal */ 133 * This function sets global variables according to signal 136 * type: type of signal 144 fprintf(stderr, "Catch signal. type is %d\n", type); in set_signal_flag() 155 fprintf(stderr, "Unexpected signal (%d) is caught\n", type); in set_signal_flag()
|
H A D | ns-icmpv4_sender.c | 44 #include <signal.h> 76 struct sigaction handler; /* Behavior for a signal */ 124 * This function sets global variables accordig to signal 127 * type: type of signal 135 fprintf(stderr, "Catch signal. type is %d\n", type); in set_signal_flag() 146 fprintf(stderr, "Unexpected signal (%d) is caught\n", type); in set_signal_flag()
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
H A D | read_all.c | 29 #include <signal.h>
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill10.c | 42 * TEST TITLE : signal flooding test 58 * 1.) Create a large number of processes and signal between them. 95 * forking off -n procs and setting up their signal handling. 100 * SIGHUP -> Reset child signal counter 121 * Set up signal handling for Children 123 * Set up signal handling for Managers 124 * Set up signal handling for Master 157 #include <signal.h> 167 /* signal handlers */ 255 /* wait for the managers to signal the in main() [all...] |
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_driver.c | 69 #include <signal.h> 699 * process id number found in the table a signal in order to terminate * 700 * it. The signal sent is SIGUSR1. It also re-initializes the table. *
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
H A D | 2-1.c | 41 #include <signal.h> 602 "Failed to signal the condition.", in main() 696 "Failed to signal the condition.", in main()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
H A D | stress.c | 23 * -> thread 1 sends signal USR2 to the other 9 threads (which have a handler for it) 36 * -> the whole process stop when receiving signal SIGUSR1. 48 #include <signal.h> 121 sem_t semsig; /* Semaphore for synchronizing the signal handler */ 130 /***** The next function is in charge of sending signal USR2 to 156 UNRESOLVED(errno, "Sem wait failed in signal thread"); in sigthr() 163 UNRESOLVED(ret, "Thread kill failed in signal thread"); in sigthr() 166 /* Increment the signal counter */ in sigthr() 179 /***** The next function is the signal handler 187 UNRESOLVED(errno, "Unable to post semaphore in signal handle in sighdl() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 1-2.c | 39 #include <signal.h> 209 FAILED("Timeout occured. This means a cond signal was lost -- " in child() 255 FAILED_KILLALL("Operation timed out. A signal was lost."); in timer()
|
H A D | 2-3.c | 36 #include <signal.h> 194 FAILED("Timeout occured. This means a cond signal was lost " in child() 237 FAILED_KILLALL("Operation timed out. A signal was lost.", pchildren); in timer()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
H A D | stress2.c | 21 * it must not consume any pending condition signal request. 41 #include <signal.h> 245 /* if timeout => failed (lost signal) */ in worker() 248 ("Timeout occured. A condition signal was probably lost."); in worker() 294 /* signal the cond */ in signaler() 586 /* register the signal handler */ in main() 591 UNRESOLVED(ret, "Unable to register signal handler"); in main()
|
H A D | stress.c | 21 * it must not consume any pending condition signal request. 41 #include <signal.h> 245 /* if timeout => failed (lost signal) */ in worker() 248 ("Timeout occured. A condition signal was probably lost."); in worker() 294 /* signal the cond */ in signaler() 586 /* register the signal handler */ in main() 591 UNRESOLVED(ret, "Unable to register signal handler"); in main()
|
/third_party/ltp/tools/genload/ |
H A D | stress.c | 27 #include <signal.h> 490 /* This case never falls through; alarm signal can cause exit. */ in hogcpu() 566 /* This case never falls through; alarm signal can cause exit. */ in hogio() 688 /* This case never falls through; alarm signal can cause exit. */ in hogvm() 843 /* This case never falls through; alarm signal can cause exit. */ in hoghdd()
|
H A D | genload.c | 27 #include <signal.h> 490 /* This case never falls through; alarm signal can cause exit. */ in hogcpu() 566 /* This case never falls through; alarm signal can cause exit. */ in hogio() 688 /* This case never falls through; alarm signal can cause exit. */ in hogvm() 843 /* This case never falls through; alarm signal can cause exit. */ in hoghdd()
|
/third_party/lwip/src/netif/ppp/ |
H A D | multilink.c | 48 #include <signal.h>
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync_timeline.c | 535 .signal = vk_sync_timeline_signal, in vk_sync_timeline_get_type()
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | unistd.c | 19 #include <signal.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_pthrd_test.cpp | 3 #include <signal.h> 142 * @tc.desc: Modify the status of the SIGUSR1 signal and verify that the results are correct. 171 * @tc.desc: Create a new thread, wait for the SIGUSR1 signal to be received, and verify that the received signal 270 * @tc.desc: Sending invalid signal to current thread, returning error. 280 * @tc.desc: sending a signal to an empty thread returned an error
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 35 # include <signal.h>
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | openssl.c | 62 signal(SIGPIPE, SIG_IGN); in apps_startup()
|
/third_party/node/deps/uv/include/uv/ |
H A D | win.h | 59 #include <signal.h>
|