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:IsEpollDescValid
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H
A
D
sys_epoll.h
30
static inline bool
IsEpollDescValid
(EpollDesc epollfd)
in IsEpollDescValid()
function
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H
A
D
nstackx_epoll.h
58
static inline bool
IsEpollDescValid
(EpollDesc epollfd);
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H
A
D
sys_epoll.h
55
static inline bool
IsEpollDescValid
(EpollDesc epollfd)
in IsEpollDescValid()
function
H
A
D
sys_epoll.c
91
(!
IsEpollDescValid
(task->epollfd))) {
in CtlEpollDesc()
114
if ((task == NULL) || IS_INVALID_SOCKET_DESC(task->taskfd) || (!
IsEpollDescValid
(task->epollfd))) {
in CtlEpollDescSync()
820
if (!
IsEpollDescValid
(epollfd)) {
904
if (!(
IsEpollDescValid
(epollfd))) {
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H
A
D
nstackx_file_manager.c
70
if (fileManager->msgReceiver == NULL || !
IsEpollDescValid
(fileManager->epollfd)) {
in NotifyFileManagerMsg()
95
if (fileList->msgReceiver == NULL || !
IsEpollDescValid
(fileList->epollfd)) {
in NotifyFileListMsg()
127
if (fileList->msgReceiver == NULL || !
IsEpollDescValid
(fileList->epollfd) || fileId == 0 ||
in NotifyFileMsg()
1391
if (
IsEpollDescValid
(msgPara->epollfd) && msgPara->msgReceiver != NULL) {
in FileManagerInit()
H
A
D
nstackx_dfile.c
933
if (!
IsEpollDescValid
(session->epollfd)) {
in DFileSessionCreate()
996
if (
IsEpollDescValid
(session->epollfd)) {
in DFileSessionClean()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H
A
D
coap_app.c
362
if (!
IsEpollDescValid
(epollFd)) {
in CoapServerInit()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H
A
D
nstackx_common.c
405
if (!
IsEpollDescValid
(g_epollfd)) {
in NstackxInitEx()
494
if (
IsEpollDescValid
(g_epollfd)) {
in NSTACKX_Deinit()
Completed in 10 milliseconds