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:EINTR
(Results
1 - 25
of
26
) sorted by relevance
1
2
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H
A
D
Socket.h
30
#undef
EINTR
macro
31
#define
EINTR
WSAEINTR
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H
A
D
errno.h
7
#define
EINTR
4
macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H
A
D
errno.h
51
#define
EINTR
4 /* Interrupted system call */
macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H
A
D
kutf_helpers.c
69
return ERR_PTR(-
EINTR
);
in kutf_helper_input_dequeue()
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H
A
D
allocator.cpp
231
if ((ret != -EAGAIN) && (ret != -
EINTR
)) {
in DmaBufferSync()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_net_api.h
64
#define
EINTR
4 /* Interrupted system call */
macro
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/multibuff/device_app/
H
A
D
aio_multibuff.c
383
if (errno ==
EINTR
) {
in main()
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/simple/device_app/
H
A
D
aio_simple.c
366
if (errno ==
EINTR
) {
in main()
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
sem.c
2222
WRITE_ONCE(queue.status, -
EINTR
);
in do_semtimedop()
2248
if (error != -
EINTR
) {
in do_semtimedop()
2267
* If queue.status != -
EINTR
we are woken up by another process.
in do_semtimedop()
2270
if (error != -
EINTR
) {
in do_semtimedop()
2280
} while (error == -
EINTR
&& !signal_pending(current)); /* spurious */
in do_semtimedop()
H
A
D
shm.c
1662
err = -
EINTR
;
in do_shmat()
1764
return -
EINTR
;
in ksys_shmdt()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
49
#define
EINTR
4
macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
46
#define
EINTR
4
macro
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.c
295
} while ((retry--) && (ret != -EAGAIN) && (ret != -
EINTR
));
in DmaBufferSync()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_kinstr_jm.c
599
ret = -
EINTR
;
in reader_read()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.c
257
} while ((retry--) && (ret != -EAGAIN) && (ret != -
EINTR
));
in DmaBufferSync()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.cpp
254
} while ((retry--) && (ret != -EAGAIN) && (ret != -
EINTR
));
in DmaBufferSync()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.cpp
254
} while ((retry--) && (ret != -EAGAIN) && (ret != -
EINTR
));
in DmaBufferSync()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H
A
D
display_gralloc_gbm.cpp
254
} while ((retry--) && (ret != -EAGAIN) && (ret != -
EINTR
));
in DmaBufferSync()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_kinstr_jm.c
603
ret = -
EINTR
;
in reader_read()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_vblank.c
1835
ret = -
EINTR
;
in drm_wait_vblank_ioctl()
1843
if (ret != -
EINTR
) {
in drm_wait_vblank_ioctl()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
46
#define
EINTR
4
macro
/device/soc/rockchip/common/sdk_linux/init/
H
A
D
initramfs.c
27
if (rv == -
EINTR
|| rv == -EAGAIN) {
in xwrite()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_SharedMemory.c
206
} while (ret == -1 && (errno ==
EINTR
|| errno == EAGAIN));
in drm_ioctl()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_general.c
833
if ((errno !=
EINTR
) && (errno != EAGAIN)) {
in ip_ip_resv_show_msg()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H
A
D
hid-core.c
2206
ret = -
EINTR
;
in hid_device_probe()
Completed in 30 milliseconds
1
2