Home
last modified time | relevance | path

Searched refs:signal (Results 1 - 25 of 95) sorted by relevance

1234

/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_Event.c53 event->signal = OMX_FALSE; in Rockchip_OSAL_SignalCreate()
130 event->signal = OMX_FALSE; in Rockchip_OSAL_SignalReset()
154 event->signal = OMX_TRUE; in Rockchip_OSAL_SignalSet()
192 if (!event->signal) in Rockchip_OSAL_SignalWait()
195 while (!event->signal) in Rockchip_OSAL_SignalWait()
199 while (!event->signal) { in Rockchip_OSAL_SignalWait()
201 if ((!event->signal) && (funcret == ETIMEDOUT)) { in Rockchip_OSAL_SignalWait()
H A DRockchip_OSAL_Event.h39 OMX_BOOL signal; member
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H A Dsignal.h6 #include <linux/signal.h>
18 * Types defining task->signal and task->sighand and APIs using them:
71 sigset_t signal; member
90 /* current thread group signal load-balancing target: */
93 /* shared signal handling: */
103 * - everyone except group_exit_task is stopped during signal delivery
104 * of fatal signals, group_exit_task processes the signal.
361 * TIF_NOTIFY_SIGNAL isn't really a signal, but it requires the same in signal_pending()
363 * so that notify signal callbacks can be processed. in signal_pending()
374 return unlikely(sigismember(&p->pending.signal, SIGKIL in __fatal_signal_pending()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_condition.h38 void signal();
39 void signal(WakeUpType type) in signal() function in HiCondition
42 signal(); in signal()
86 inline void HiCondition::signal() in signal() function in HiCondition
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_thread.h142 RK_S32 signal();
183 inline RK_S32 Condition::signal() in signal() function in Condition
217 void signal() in signal() function in MppMutexCond
219 mCondition.signal(); in signal()
235 // Thread lock / signal is distinguished by its source
284 void signal(MppThreadSignal id = THREAD_WORK)
287 mMutexCond[id].signal();
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_thread.h144 RK_S32 signal();
185 inline RK_S32 Condition::signal() in signal() function in Condition
219 void signal() in signal() function in MppMutexCond
221 mCondition.signal(); in signal()
237 // Thread lock / signal is distinguished by its source
286 void signal(MppThreadSignal id = THREAD_WORK)
289 mMutexCond[id].signal();
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_thread.h154 RK_S32 signal();
195 inline RK_S32 Condition::signal() in signal() function in Condition
215 void signal() { mCondition.signal(); } in signal() function in MppMutexCond
224 // Thread lock / signal is distinguished by its source
271 void signal(MppThreadSignal id = THREAD_WORK) {
273 mMutexCond[id].signal();
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_thread.h142 signed int signal();
183 inline signed int Condition::signal() in signal() function in Condition
217 void signal() in signal() function in MppMutexCond
219 mCondition.signal(); in signal()
235 // Thread lock / signal is distinguished by its source
285 void signal(MppThreadSignal id = THREAD_WORK)
288 mMutexCond[id].signal();
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/
H A Dhistreaming_client_server.c18 #include <signal.h>
76 * @berf Receive signal handle
77 * @param int sig: signal
168 if (signal(SIGINT, SigIntHandler) == 0) { in HiSteramingServer()
171 if (signal(SIGKILL, SigIntHandler) == 0) { in HiSteramingServer()
174 if (signal(SIGTERM, SigIntHandler) == 0) { in HiSteramingServer()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_bdh_event.c58 bssInfo.signal = innerBssInfo->signal; in HdfInformBssFrameEventCallback()
H A Dhdf_wl_interface.h64 int32_t signal; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Ducontext.h9 #include <signal.h>
H A Daio.h9 #include <signal.h>
H A Dsignal.h2 * @defgroup signal Signal
54 #include <bits/signal.h>
283 void (*signal(int, void (*)(int)))(int);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/
H A Dsample_resize_crop_main.c34 #include <signal.h>
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dsignal.h3 #define TRACE_SYSTEM signal
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dwait.h26 #include <signal.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_vpss.c29 #include <signal.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/
H A Dsample_ive_main.c20 #include <signal.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/
H A Dsample_nnie_main.c20 #include <signal.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
H A Ddrv_osal_lib_linux.h23 #include <linux/signal.h>
93 * interrupted by a signal.
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_vsync_worker.cpp82 .signal = 0, in WaitNextVBlank()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/vio/
H A Dsample_vio_main.c21 #include <signal.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H A Dbase_interface.c23 #include <signal.h>
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_vsync_worker.cpp83 .signal = 0, in WaitNextVBlank()

Completed in 10 milliseconds

1234