Home
last modified time | relevance | path

Searched refs:signal (Results 2626 - 2650 of 2987) sorted by relevance

1...<<101102103104105106107108109110>>...120

/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-fence.c17 #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 Dapp_recovery.cpp61 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 Dwatch_dog.cpp47 // 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 Daccessibility_dumper.cpp46 (void) signal(SIGPIPE, SIG_IGN); // ignore SIGPIPE crash in Dump()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp78 (void) signal(SIGPIPE, SIG_IGN); // ignore SIGPIPE crash in Dump()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_wpa_sta_test.cpp400 EXPECT_TRUE(info.signal == -86); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_dumper.cpp49 (void) signal(SIGPIPE, SIG_IGN); // ignore SIGPIPE crash in Dump()
/third_party/f2fs-tools/tools/
H A Dsha512.c30 #include <signal.h>
/third_party/elfutils/tests/
H A Dbacktrace.c32 #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 Dffmpeg.h26 #include <signal.h>
/third_party/eudev/src/scsi_id/
H A Dscsi_id.c28 #include <signal.h>
/third_party/glfw/deps/
H A Dtinycthread.c35 #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 Dcontrol_hw.c33 #include <signal.h>
/third_party/alsa-lib/src/timer/
H A Dtimer.c72 #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 Dmustek_scsi_pp.c51 #include <signal.h>
H A Dmustek_usb_low.h330 static SANE_Status usb_low_set_motor_signal (ma1017 * chip, SANE_Byte signal);
H A Dhp-handle.c52 #include <signal.h>
232 WIFEXITED(info) ? "exited, status" : "signalled, signal", in hp_handle_stopScan()
/third_party/backends/sanei/
H A Dsanei_ab306.c61 #include <signal.h>
/third_party/cups-filters/cupsfilters/
H A Dipp.c32 #include <signal.h>
/third_party/PyYAML/tests/lib/
H A Dtest_constructor.py9 import signal namespace
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info.tex94 signal handler.
/third_party/libunwind/libunwind/src/x86/
H A DGos-freebsd.c30 #include <signal.h>
/third_party/libwebsockets/include/
H A Dlibwebsockets.h173 #include <sys/signal.h>
/third_party/libunwind/libunwind/src/x86_64/
H A DGtrace.c28 #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 Dsignal.c27 #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...]

Completed in 21 milliseconds

1...<<101102103104105106107108109110>>...120