Home
last modified time | relevance | path

Searched refs:signal (Results 2501 - 2525 of 2801) sorted by relevance

1...<<101102103104105106107108109110>>...113

/third_party/libfuse/lib/
H A Dfuse_loop_mt.c21 #include <signal.h>
226 /* Disallow signal reception in worker threads */ in fuse_start_thread()
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.c32 #include <signal.h>
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest4.c61 #include <signal.h>
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
H A Dprot_hsymlinks.c43 #include <signal.h>
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl16.c46 #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 Dns-icmpv6_sender.c44 #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 Dns-icmpv4_sender.c44 #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 Dread_all.c29 #include <signal.h>
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill10.c42 * 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 Dsched_driver.c69 #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 D2-1.c41 #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 Dstress.c23 * -> 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 D1-2.c39 #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 D2-3.c36 #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 Dstress2.c21 * 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 Dstress.c21 * 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 Dstress.c27 #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 Dgenload.c27 #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 Dmultilink.c48 #include <signal.h>
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_timeline.c535 .signal = vk_sync_timeline_signal, in vk_sync_timeline_get_type()
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dunistd.c19 #include <signal.h>
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_pthrd_test.cpp3 #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 Dapps.h35 # include <signal.h>
/third_party/node/deps/openssl/openssl/apps/
H A Dopenssl.c62 signal(SIGPIPE, SIG_IGN); in apps_startup()
/third_party/node/deps/uv/include/uv/
H A Dwin.h59 #include <signal.h>

Completed in 22 milliseconds

1...<<101102103104105106107108109110>>...113