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:op_completed
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lwip/src/include/lwip/priv/
H
A
D
api_msg.h
160
#define LWIP_API_MSG_SEM(msg) (&(msg)->conn->
op_completed
)
/third_party/lwip/src/include/lwip/
H
A
D
api.h
234
sys_sem_t
op_completed
;
member
/third_party/lwip/src/api/
H
A
D
api_lib.c
169
LWIP_ASSERT("conn has no
op_completed
", sys_sem_valid(&conn->
op_completed
));
in netconn_new_with_proto_and_callback()
170
sys_sem_free(&conn->
op_completed
);
in netconn_new_with_proto_and_callback()
H
A
D
api_msg.c
798
if (sys_sem_new(&conn->
op_completed
, 0) != ERR_OK) {
860
sys_sem_free(&conn->
op_completed
);
861
sys_sem_set_invalid(&conn->
op_completed
);
H
A
D
sockets.c
2885
LWIP_SETGETSOCKOPT_DATA_VAR_REF(data).completed_sem = &sock->conn->
op_completed
;
3336
LWIP_SETGETSOCKOPT_DATA_VAR_REF(data).completed_sem = &sock->conn->
op_completed
;
Completed in 10 milliseconds