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 D | stress.c | 23 * -> 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 D | stress.c | 40 #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 D | prio-wake.c | 50 #include <signal.h>
|
/third_party/ltp/testcases/realtime/include/ |
H A D | librttest.h | 54 #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 D | platform-qnx.cc | 11 #include <signal.h>
|
H A D | platform-openbsd.cc | 10 #include <signal.h>
|
H A D | platform-freebsd.cc | 11 #include <signal.h>
|
H A D | platform-darwin.cc | 22 #include <signal.h>
|
/third_party/node/deps/v8/src/trap-handler/ |
H A D | handler-inside-posix.cc | 7 // 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 D | getprocpid.c | 18 #include <signal.h>
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_sync_binary.c | 133 .signal = vk_sync_binary_signal, in vk_sync_binary_get_type()
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | poll.c | 17 #include <signal.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/select/ |
H A D | pselect.c | 17 #include <signal.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/ |
H A D | sigset.c | 17 #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 D | fdsan.cpp | 18 #include <signal.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | thrd_current.c | 19 #include <signal.h>
|
H A D | thrd_equal.c | 19 #include <signal.h>
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_assert_fail_dialog.c | 111 signal(SIGUSR1, SIG_DFL); in main()
|
/third_party/python/Lib/asyncio/ |
H A D | transports.py | 217 def send_signal(self, signal): 218 """Send signal to subprocess.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | EGLReusableSync.cpp | 90 egl::Error ReusableSync::signal(const egl::Display *display, in signal() function in rx::ReusableSync
|
/third_party/skia/src/core/ |
H A D | SkExecutor.cpp | 97 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 D | Synchronization.hpp | 67 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 D | VkSemaphore.hpp | 76 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 D | shell_unix.go | 25 "os/signal" 72 signal.Notify(c, os.Interrupt)
|
/third_party/openssl/demos/bio/ |
H A D | server-conf.c | 18 #include <signal.h>
|
Completed in 12 milliseconds
1...<<131132133134135136137138139140>>...247