Home
last modified time | relevance | path

Searched refs:signal (Results 3351 - 3375 of 6151) sorted by relevance

1...<<131132133134135136137138139140>>...247

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Dstress.c23 * -> the whole process stop when receiving signal SIGUSR1
31 #include <signal.h>
184 UNRESOLVED(ret, "Unable to register signal handler"); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
H A Dstress.c40 #include <signal.h>
124 /* Register the signal handler for SIGUSR1 */ in main()
132 UNRESOLVED(ret, "Unable to register signal handler"); in main()
136 UNRESOLVED(ret, "Unable to register signal handler"); in main()
/third_party/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c50 #include <signal.h>
/third_party/ltp/testcases/realtime/include/
H A Dlibrttest.h54 #include <signal.h>
266 /* all_threads_quit: signal all threads to quit */
277 /* signal thread i to quit and then call join */
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-qnx.cc11 #include <signal.h>
H A Dplatform-openbsd.cc10 #include <signal.h>
H A Dplatform-freebsd.cc11 #include <signal.h>
H A Dplatform-darwin.cc22 #include <signal.h>
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-inside-posix.cc7 // This file implements the out of bounds signal handler for
15 // signal handler might do.
22 // This file contains most of the code that actually runs in a signal handler
23 // context. Some additional code is used both inside and outside the signal
28 #include <signal.h>
73 // Fortunately, sigemptyset and sigaddset are async-signal-safe according to in UnmaskOobSignalScope()
99 // signal handler is executed with the flag set. in TryHandleSignal()
108 // Bail out early in case we got called for the wrong kind of signal. in TryHandleSignal()
111 // Make sure the signal was generated by the kernel and not some other source. in TryHandleSignal()
114 // Unmask the oob signal, whic in TryHandleSignal()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dgetprocpid.c18 #include <signal.h>
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync_binary.c133 .signal = vk_sync_binary_signal, in vk_sync_binary_get_type()
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dpoll.c17 #include <signal.h>
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dpselect.c17 #include <signal.h>
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dsigset.c17 #include <signal.h>
73 * @tc.desc : modifies the disposition of the signal sig with a handler
108 * @tc.desc : modifies the disposition of the signal sig with SIG_IGN
143 * @tc.desc : modifies the disposition of the signal sig with SIG_DFL
178 * @tc.desc : modifies the disposition of the signal sig with SIG_HOLD
213 * @tc.desc : modifies the disposition of the invalid signal sig
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfdsan.cpp18 #include <signal.h>
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dthrd_current.c19 #include <signal.h>
H A Dthrd_equal.c19 #include <signal.h>
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_assert_fail_dialog.c111 signal(SIGUSR1, SIG_DFL); in main()
/third_party/python/Lib/asyncio/
H A Dtransports.py217 def send_signal(self, signal):
218 """Send signal to subprocess.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DEGLReusableSync.cpp90 egl::Error ReusableSync::signal(const egl::Display *display, in signal() function in rx::ReusableSync
/third_party/skia/src/core/
H A DSkExecutor.cpp97 fWorkAvailable.signal(1);
118 return false; // This is Loop()'s signal to shut down. in do_work()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp67 ev.signal(); in done()
71 // reset() clears the signal state.
78 // signalled() returns the current signal state.
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphore.hpp76 void signal();
107 // the same payload (i.e. signal flag), making cross-process
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/
H A Dshell_unix.go25 "os/signal"
72 signal.Notify(c, os.Interrupt)
/third_party/openssl/demos/bio/
H A Dserver-conf.c18 #include <signal.h>

Completed in 12 milliseconds

1...<<131132133134135136137138139140>>...247