Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:signal
(Results
1 - 25
of
95
) sorted by relevance
1
2
3
4
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_Event.c
53
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
D
Rockchip_OSAL_Event.h
39
OMX_BOOL
signal
;
member
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H
A
D
signal.h
6
#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
D
hi_condition.h
38
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
D
mpp_thread.h
142
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
D
mpp_thread.h
144
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
D
mpp_thread.h
154
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
D
mpp_thread.h
142
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
D
histreaming_client_server.c
18
#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
D
hdf_bdh_event.c
58
bssInfo.
signal
= innerBssInfo->
signal
;
in HdfInformBssFrameEventCallback()
H
A
D
hdf_wl_interface.h
64
int32_t
signal
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
ucontext.h
9
#include <
signal
.h>
H
A
D
aio.h
9
#include <
signal
.h>
H
A
D
signal.h
2
* @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
D
sample_resize_crop_main.c
34
#include <
signal
.h>
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H
A
D
signal.h
3
#define TRACE_SYSTEM
signal
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H
A
D
wait.h
26
#include <
signal
.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H
A
D
sample_comm_vpss.c
29
#include <
signal
.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/
H
A
D
sample_ive_main.c
20
#include <
signal
.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/
H
A
D
sample_nnie_main.c
20
#include <
signal
.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/
H
A
D
drv_osal_lib_linux.h
23
#include <linux/
signal
.h>
93
* interrupted by a
signal
.
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H
A
D
drm_vsync_worker.cpp
82
.
signal
= 0,
in WaitNextVBlank()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/vio/
H
A
D
sample_vio_main.c
21
#include <
signal
.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H
A
D
base_interface.c
23
#include <
signal
.h>
/device/soc/rockchip/common/hardware/display/src/display_device/
H
A
D
drm_vsync_worker.cpp
83
.
signal
= 0,
in WaitNextVBlank()
Completed in 10 milliseconds
1
2
3
4