/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-fence.c | 17 #include <linux/sched/signal.h> 314 * dma_fence_signal_timestamp_locked - signal completion of a fence 315 * @fence: the fence to signal 316 * @timestamp: fence signal timestamp in kernel's CLOCK_MONOTONIC time domain 323 * signal timestamp. 359 * dma_fence_signal_timestamp - signal completion of a fence 360 * @fence: the fence to signal 361 * @timestamp: fence signal timestamp in kernel's CLOCK_MONOTONIC time domain 368 * signal timestamp. 390 * dma_fence_signal_locked - signal completio [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
H A D | app_recovery.cpp | 61 static void SigQuitHandler(int signal) in SigQuitHandler() argument 76 TAG_LOGE(AAFwkTag::RECOVERY, "Failed to register signal"); in BlockMainThreadLocked()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | watch_dog.cpp | 47 // Check if GC signal is in pending signal set in CheckGcSignal() 65 LOGE("Receive GC signal"); in CheckGcSignal() 75 // Block GC signal on current thread. in BlockGcSignal() 84 // Forward GC signal to signal handling thread in OnSignalReceive() 91 // Record watch dog thread as signal handling thread in InitializeGcTrigger() 96 LOGE("Failed to block GC signal, errno = %{public}d", result); in InitializeGcTrigger() 100 // Start to receive GC signal in InitializeGcTrigger() 101 signal(SIGNAL_FOR_G in InitializeGcTrigger() [all...] |
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_dumper.cpp | 46 (void) signal(SIGPIPE, SIG_IGN); // ignore SIGPIPE crash in Dump()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | display_dumper.cpp | 78 (void) signal(SIGPIPE, SIG_IGN); // ignore SIGPIPE crash in Dump()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | wifi_hal_wpa_sta_test.cpp | 400 EXPECT_TRUE(info.signal == -86); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_dumper.cpp | 49 (void) signal(SIGPIPE, SIG_IGN); // ignore SIGPIPE crash in Dump()
|
/third_party/f2fs-tools/tools/ |
H A D | sha512.c | 30 #include <signal.h>
|
/third_party/elfutils/tests/ |
H A D | backtrace.c | 32 #include <signal.h> 312 This is all done so that signal interrupts execution of the very first 406 // Main thread will signal SIGUSR2. Other thread will signal SIGUSR1. in exec_dump() 416 // Main thread will signal SIGUSR2. Other thread will signal SIGUSR1. in exec_dump()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 26 #include <signal.h>
|
/third_party/eudev/src/scsi_id/ |
H A D | scsi_id.c | 28 #include <signal.h>
|
/third_party/glfw/deps/ |
H A D | tinycthread.c | 35 #include <signal.h> 196 /* If we have any waiting threads, send them a signal */ in cnd_signal() 221 /* If we have any waiting threads, send them a signal */ in cnd_broadcast()
|
/third_party/alsa-lib/src/control/ |
H A D | control_hw.c | 33 #include <signal.h>
|
/third_party/alsa-lib/src/timer/ |
H A D | timer.c | 72 #include <signal.h> 423 * \param pid Process ID to signal: 0 current 426 * A signal is raised every period.
|
/third_party/backends/backend/ |
H A D | mustek_scsi_pp.c | 51 #include <signal.h>
|
H A D | mustek_usb_low.h | 330 static SANE_Status usb_low_set_motor_signal (ma1017 * chip, SANE_Byte signal);
|
H A D | hp-handle.c | 52 #include <signal.h> 232 WIFEXITED(info) ? "exited, status" : "signalled, signal", in hp_handle_stopScan()
|
/third_party/backends/sanei/ |
H A D | sanei_ab306.c | 61 #include <signal.h>
|
/third_party/cups-filters/cupsfilters/ |
H A D | ipp.c | 32 #include <signal.h>
|
/third_party/PyYAML/tests/lib/ |
H A D | test_constructor.py | 9 import signal namespace
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info.tex | 94 signal handler.
|
/third_party/libunwind/libunwind/src/x86/ |
H A D | Gos-freebsd.c | 30 #include <signal.h>
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.h | 173 #include <sys/signal.h>
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gtrace.c | 28 #include <signal.h> 355 the signal return frame; and frames without unwind info provided 508 /* Resume stack at signal restoration point. The stack is not in tdep_trace()
|
/third_party/libuv/src/unix/ |
H A D | signal.c | 27 #include <signal.h> 82 /* We can only use signal-safe functions here. in uv__signal_cleanup() 185 /* This function must be called with the signal lock held. */ in uv__signal_first_handle() 244 /* When this function is called, the signal lock must be held. */ in uv__signal_register_handler() 247 /* XXX use a separate signal stack? */ in uv__signal_register_handler() 265 /* When this function is called, the signal lock must be held. */ in uv__signal_unregister_handler() 272 * signal implies that it was successfully registered earlier, so EINVAL in uv__signal_unregister_handler() 330 /* Stop all the signal watchers that are still attached to this loop. This in uv__signal_loop_cleanup() 331 * ensures that the (shared) signal tree doesn't contain any invalid entries in uv__signal_loop_cleanup() 332 * entries, and that signal handler in uv__signal_loop_cleanup() [all...] |